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
Currently concatenated modules are displayed in a bit in-transparent way.
webpack 4 does include more information about these modules in stats, i. e. all modules which are included in the concatenated module.
With these information bundle analyser can display more details for concatenated modules. I would propose to display included modules as children in the same way as modules are currently displayed.
You only have the original size information, but you could guess the remaining sizes from the original module size factor.
Issue description
Currently concatenated modules are displayed in a bit in-transparent way.
webpack 4 does include more information about these modules in stats, i. e. all modules which are included in the concatenated module.
With these information bundle analyser can display more details for concatenated modules. I would propose to display included modules as children in the same way as modules are currently displayed.
You only have the original size information, but you could guess the remaining sizes from the original module size factor.
Technical info
The text was updated successfully, but these errors were encountered: