okikio / bundlejs

An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
https://bundlejs.com
MIT License
797 stars 15 forks source link

Replace denoflate by native compression Streams API #80

Closed SirMishaa closed 3 weeks ago

SirMishaa commented 3 weeks ago

Hello !

The denoflate packaged is deprecated in flavor of native API of browser.

Would it make sense to replace the use of this package in order to reduce the size of the JS bundle?

okikio commented 3 weeks ago

😅 I switched a couple years ago, I guess I forgot to update the README