Skip to content

Commit 5daa657

Browse files
authored
Merge pull request #4070 from ProjectMirador/remove-webpack
Change webpack to vite in the README
2 parents 8836ff8 + cd7f3bc commit 5daa657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ npm install mirador
1414
$ yarn add mirador
1515
```
1616

17-
If you are interested in integrating Mirador with plugins into your project, we recommend using webpack or parcel to integrate the es version of the packages. Examples are here:
17+
If you are interested in integrating Mirador with plugins into your project, we recommend using vite to integrate the es version of the packages. Examples are here:
1818

1919
[https://github.com/ProjectMirador/mirador-integration](https://github.com/ProjectMirador/mirador-integration)
2020

@@ -24,7 +24,7 @@ If you want to simply embed Mirador in an HTML page without further customizatio
2424
<script src="https://unpkg.com/mirador@latest/dist/mirador.min.js"></script>
2525
```
2626

27-
More examples of embedding Mirador can be found at [https://github.com/ProjectMirador/mirador/wiki/M3-Embedding-in-Another-Environment#in-an-html-document-with-javascript](https://github.com/ProjectMirador/mirador/wiki/M3-Embedding-in-Another-Environment#in-an-html-document-with-javascript).
27+
More examples of embedding Mirador can be found at [https://github.com/ProjectMirador/mirador/wiki/M3-Embedding-in-Another-Environment#in-an-html-document-with-javascript](https://github.com/ProjectMirador/mirador/wiki/Embedding-in-Another-Environment).
2828

2929
## Adding translations to Mirador
3030
For help with adding a translation, see [src/locales/README.md](src/locales/README.md)

0 commit comments

Comments
 (0)