-
-
Notifications
You must be signed in to change notification settings - Fork 488
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
#No Bundles Parsed# #340
Comments
Hi, thanks for opening the issue. This part of the command output seems interesting:
It seems like webpack itself is unable to generate your bundle. When webpack fails to generate a bundle, |
Hello @valscion , Thank you for your feedback! I did make a couple of changes ,end up with a successful compile and the following, but still no parsed files?
|
Read Troubleshooting section of the readme please. |
th0r is referencing this section: https://github.com/webpack-contrib/webpack-bundle-analyzer#i-dont-see-gzip-or-parsed-sizes-it-only-shows-stat-size Looks like you're using |
When I used npm scripts to build my Vue 2 project, the JavaScript files in the 'dist' directory were not minified, and remained at their original size,only stat,not have parsed and gzip |
Issue description
...
@valscion
Getting the following error message when trying to create a npm run build
Technical info
Debug info
How do you use this module? As CLI utility or as plugin? Plugin
If CLI, what command was used? (e.g.
webpack-bundle-analyzer -O path/to/stats.json
)If plugin, what options were provided? (e.g.
new BundleAnalyzerPlugin({ analyzerMode: 'disabled', generateStatsFile: true })
)What other Webpack plugins were used?
It would be nice to also attach webpack stats file.
It can be generated using these options:
stats.json
will be created in Webpack bundle output directory.The text was updated successfully, but these errors were encountered: