-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
node_modules in the production bundle is nearly 7mb. It looks like something is going wrong during the build step and the prod bundle is getting dev packages. Once that is taken care of there is room for some tree-shaking and other optimization (like lazy loading LocationTable since material-table is pretty big)
Steps to reproduce
npm run build
npm run analyze
- Drag
stats.jsonto http://chrisbateman.github.io/webpack-visualizer/ - See that the bundle is using dev packages like
react-dom.development.jsand lodash is over 500kb whereas I think it is <80kb when minified.
Metadata
Metadata
Assignees
Labels
No labels