Per julien in #812
This makes for 160KB more in the resulting bundle (in prod mode!) :/ (increasing from 537 to 697 KB). Do you think we could import dynamically a self-contained bundle containing jszip and its dependencies?
There are other zip libraries outthere, for example yauzl or zip.js, maybe their footprint is smaller. Or build our own "zip header reader" and use zee-worker? But this would be a quite involved work.
So the options are to either split out the code, or to replace with a lighter library.
To read: https://webpack.js.org/guides/code-splitting/
┆Issue is synchronized with this Jira Task
Per julien in #812
So the options are to either split out the code, or to replace with a lighter library.
To read: https://webpack.js.org/guides/code-splitting/
┆Issue is synchronized with this Jira Task