When using webpack 5 with a vendor webpack config that uses DLLPlugin, the webpack report created for this bundle does not display any contents within the chunks.
The following example uses the same code & webpack config, the only difference is the webpack version.
Sample repository to reproduce this error can be found here (it's basically a copy of webpacks own dll example with installed webpack-bundle-analyzer):
npm i in both webpack4, webpack5 directories
npx webpack in both dll directories
Analyzer output will be in dist (versions are also checked in)
Issue description
When using webpack 5 with a vendor webpack config that uses DLLPlugin, the webpack report created for this bundle does not display any contents within the chunks.
The following example uses the same code & webpack config, the only difference is the webpack version.
Webpack 4 (v4.44.2) Output: Webpack 5 (v5.9.0) Output:
Technical info
Sample repository to reproduce this error can be found here (it's basically a copy of webpacks own dll example with installed webpack-bundle-analyzer):
npm i
in both webpack4, webpack5 directoriesnpx webpack
in both dll directoriesDebug info
See above.