Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webpack 5 with DLLPlugin does create empty analysis (contents of chunks are not visible) #399

Open
ceisele-r opened this issue Nov 30, 2020 · 2 comments

Comments

@ceisele-r
Copy link

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:
image
Webpack 5 (v5.9.0) Output:
image

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):

  1. npm i in both webpack4, webpack5 directories
  2. npx webpack in both dll directories
  3. Analyzer output will be in dist (versions are also checked in)

Debug info

See above.

@jakedowns
Copy link

jakedowns commented Dec 8, 2020

+1 same here https://cdn-std.droplr.net/files/acc_77710/6oQGgP

@valscion
Copy link
Member

Please add a 👍 to the issue instead of adding a +1 as own comment, unless you have more to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants