I'm running Webpack Bundle Analyzer for my Angular 7 app and it's producing output like this:
This is a known caveat when webpack.optimize.ModuleConcatenationPlugin is used per the troubleshooting section found here. They have a recommendation for Angular CLI < 6. I've also found suggestions here which suggests commenting out ModuleConcatenationPlugin, however, it does not identify where it should be commented out.
Do you know how to fix modules concatenated for Angular CLI 7.1.0? Thanks for your time.
I believe you've found the answer to your question here.
In the left sidebar there's a checkbox labeled "Show content of concatenated modules" which is unchecked by default. Check it and you will see a much more detailed breakdown of what is in your main.js file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With