Replies: 1 comment
-
This is similar to #235 |
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
-
In my webpack config I had
devtool
set toinline-source-map
. So the inlined source maps were included in the finalbundle.js
. I didn't know that, so when Webpack Bundle Analyzer was telling me that the highest level code container in my bundle is 500KB but right above it the bundle.js size is 2MB, I was very confused.It would be useful to help the user know what's going on in these cases.
Beta Was this translation helpful? Give feedback.
All reactions