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.