Replies: 1 comment
-
In this case you need to specify |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue description
The visualization in
stats
mode looks like expected:But in
parsed
mode, it seems to indicate that most code is inlined intoindex.js
(which is the entry point for the UMD library):Is this a bug in
webpack-bundle-analyzer
or does theparsed
mode accurately reflect the structure of the output bundle?Any idea what could be causing this (especially if it isn't a bug)?
Technical info
Debug info
Just in case, I set
optimization.concatenateModules
anddevtool
tofalse
in the webpack configuration, and then ran:(Note that if
stats.json
isn't in the same directory as where webpack puts the bundles, thewebpack-bundle-analyzer
CLI won't find them. Another bug?)The source code of the project is available here.
Beta Was this translation helpful? Give feedback.
All reactions