As discussed in Stuk/jszip#617, generateAsync was about 50 times slower since JSZip 3.2.x, but this has been fixed in 3.10.0
I tested this on my end and bumped the version to 3.10.1 and confirmed that packaging speed went from ~10 minutes to ~5 seconds on a 434MB archive. I don't really want to make a PR for such a simple change (I just changed the version in the @require), but I thought I should bring it up.
As discussed in Stuk/jszip#617, generateAsync was about 50 times slower since JSZip 3.2.x, but this has been fixed in 3.10.0 I tested this on my end and bumped the version to 3.10.1 and confirmed that packaging speed went from ~10 minutes to ~5 seconds on a 434MB archive. I don't really want to make a PR for such a simple change (I just changed the version in the
@require
), but I thought I should bring it up.