-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Node modules shown only for stats
view.
#171
Comments
Could you provide |
@th0r done |
I didn't find resulting bundles in the archive. Unfortunately stats file alone won't help here because your |
The same happens for me. Please find a sample project, stats.json and bundles in the .zip attached: demo.zip. The issue seems to be caused by the first import in Also, switching to 'Stat' and then 'Parsed' shows |
@iwaszko should be fixed in |
|
@th0r Like a charm! Thanks! I love this tool! |
It looks like I'm seeing this exact behaviour with webpack-bundle-analyzer 4.3.0 and webpack 5.24.2. |
Please open a new issue and fill in all the required information in the issue description. Commenting on issues that have been closed for years will not help |
Issue description
Node_modules are shown only for
stats
view, but not inparsed
andgzip
Stats:

Parsed:

Technical info
Debug info
Using as CLI
NODE_ENV=production webpack --bail --profile --json > ./build/stats.json
What other Webpack plugins were used?
MiniCssExtractPlugin, SaveAssetsJson, CopyAssets, ManifestPlugin, StatsPlugin
With webpack 3.X everything was fine.
stats.json.zip
The text was updated successfully, but these errors were encountered: