Replies: 1 comment 4 replies
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a question about bundle analysis.
Looking at the documentation, it seems that we should be able to easily use the
webpack-bundle-analyzerplugin to better understand what's bloating our bundle.Unfortunately, it doesn't seems to be the case:
webpack-bundle-analyzersupports the following RegEx to analyze the filesWhile repack instead outputs files with a
.bundleextension.To make it work I manually patched the bundle analyzer, but am I missing any configuration to make it work out of the box?
Beta Was this translation helpful? Give feedback.
All reactions