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
Webpack does concatenate nearly all my source modules (React components), therefore I always need to open the sidebar and check "Show content of concatenated modules" when analyzing my bundles.
I see there are good reason to not enable it by default, but it'd be great to have an opt-in flag in the options object to open the report with concatenated modules already shown.
The text was updated successfully, but these errors were encountered:
Hmm I'm not sure if that's worth the cost added by a new option and maintenance burden. I think it should always be an informed choice to show inaccurate information, so not adding it as an option would force people to always understand that the information they're seeing is indeed inaccurate.
The people writing the configuration can be different people to those who view the analysis, and that I'm worried about.
It could — that way the UI would remember your choice but you would've been the one to make that choice in the first place, not the one who wrote the configuration.
Webpack does concatenate nearly all my source modules (React components), therefore I always need to open the sidebar and check "Show content of concatenated modules" when analyzing my bundles.
I see there are good reason to not enable it by default, but it'd be great to have an opt-in flag in the options object to open the report with concatenated modules already shown.
The text was updated successfully, but these errors were encountered: