Replies: 4 comments
-
If you're aiming to minimize bundle size, I'd like to mention you can use Also, this yields support for tree-shaking, meaning you will be able to omit the unused code automatically if you use a bundler. |
Beta Was this translation helpful? Give feedback.
-
You have to download the project and run:
The |
Beta Was this translation helpful? Give feedback.
-
I have done what you said @gildas-lormeau and the compilation works correctly but at the execution time it throws an error:
The error is in this call: On this function:
With the standalone version it works well, any incompatibility with fflate? |
Beta Was this translation helpful? Give feedback.
-
Thank you @juandavm for the feedback. The issue should be fixed now. |
Beta Was this translation helpful? Give feedback.
-
It's possible a dist file with only-fflate-based zip-no-worker-inflate.min.js version? Without the default and, in that case unused, inflate code.
The goal is to reduce js file size in a web environment and the zip processing time simultaneously.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions