You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my webpack config I had devtool set to inline-source-map. So the inlined source maps were included in the final bundle.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.
This discussion was converted from issue #392 on February 23, 2023 09:22.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
In my webpack config I had
devtoolset 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.
All reactions