Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas-lormeau authored Aug 18, 2022
1 parent eff879a commit 5155d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Built scripts of zip.js

**Warning**: These files are not compatible with ES modules, i.e. they cannot be imported with `import`. Instead, import one of the files prefixed with `zip-` in the [`/lib`](../lib) folder (e.g. `/lib/zip-no-worker.js`).
**Warning**: These files are not compatible with ES modules, i.e. they cannot be imported with `import`. Instead, import `index.js` in the root folder of the project or one of the files prefixed with `zip-` in the [`/lib`](../lib) folder (e.g. `/lib/zip-no-worker.js`).

- for production (minified):

Expand Down

0 comments on commit 5155d05

Please sign in to comment.