Added Brotli and Gzip compression to the production build using compression-webpack-plugin
The output result is:
8.607 KB bundle.js (no compression)
1.870 KB bundle.js.gz (21.72% of original size)
1.355 KB bundle.js.br (15.74% of original size)
Incredible! 🤩
#devlog #indiegame #web #gzip #brotli