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?
Create React App recently removed the
build --stats
feature in their latest release which makessource-map-explorer
(SME) the blessed visualization tool overwebpack-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 #6904Are GZIP sizes something attainable soon, or a workaround available?