webpack-contrib / webpack-bundle-analyzer

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
MIT License
12.56k stars 483 forks source link

Shows brotli size in report #504

Closed WhitWaldo closed 10 months ago

WhitWaldo commented 2 years ago

Added support to calculate compressed Brotli size alongside Gzipped size in report. No tests added since value is calculated directly from external package and simply added to asset alongside parsed and gzipped values.

linux-foundation-easycla[bot] commented 2 years ago

CLA Not Signed

valscion commented 10 months ago

Closing in favor of https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/432