Skip to content

Chunk trees become opaque with ModuleConcatenationPlugin in Webpack 3Β #115

@fruchtose

Description

@fruchtose

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions