danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.83k stars 101 forks source link

Calculate gzip sizes #113

Closed n8sabes closed 4 years ago

n8sabes commented 5 years ago

Create React App recently removed the build --stats feature in their latest release which makes source-map-explorer (SME) the blessed visualization tool over webpack-bundle-analyzer.

SME is unfortunately missing some desirable features previously available via webpack-bundle-analyzer -- the most desirable being GZIP sizes. Please see: create-react-app issue #6904

Are GZIP sizes something attainable soon, or a workaround available?

tylergraf commented 5 years ago

Is there any movement on this? I might be able to create a PR if you're interested.

nikolay-borzov commented 5 years ago

No movement at the moment. PR is welcome.

Rogdham commented 4 years ago

For reference, this has been fixed by #123.