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
This is a known issue, and in this case, a duplicate of #115. With webpack 4, we will get enough details to show an approximation of what is in these "+ x modules" — see #158 for the new feature 🎉
The new feature can be a bit misleading as it doesn't filter away tree-shaked modules. And for that case, we've got #161.
Oh, and you could get visibility into these opaque chunks by removing usage of webpack.optimize.ModuleConcatenationPlugin in your webpack configuration.
Issue description
What does the "+ x modules" description mean exactly? Given e.g. this analyzer output:
What exactly does the huge "+ x modules" mean? How can I analyze it / break it down further to see, whats inside?
Technical info
Debug info
How do you use this module?
plugin
If plugin, what options were provided?
What other Webpack plugins were used?
The text was updated successfully, but these errors were encountered: