-
-
Couldn't load subscription status.
- Fork 502
Closed
Labels
Description
Issue description
Webpack 3introduces the plugin webpack.optimize.ModuleConcatenationPlugin for bundle optimizations. When used in conjunction with BundleAnalyzerPlugin, some chunks do not show their dependencies. Where there would once be a tree, there instead is an opaque label " + modules". When the module concatenation plugin is removed, the tree becomes traceable again as expected.
Technical info
- Webpack Bundle Analyzer version: 2.9.0
- Webpack version: 3.5.6
aciccarello