You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For running bundle analyzer I'd recommend turning off optimizaation#concatenateModules in the webpack config. It makes the research of what is going on inside the bundle easier.
One more tool for analyzing is https://statoscope.tech/ that helps you inspect stats.json from webpack
I think we should build in
webpack-bundle-analyzer
and make it used fordreact app
. For exampledreact app build --analyze
.An alternative is officially recommended
source-map-explorer
: https://create-react-app.dev/docs/analyzing-the-bundle-size/The text was updated successfully, but these errors were encountered: