I have migrated to Angular 6 and cannot see detailed info like it was the case with Angular 5
...
As a CLI. I am running command ng build --prod --stats-json
What other Webpack plugins were used? No, At least Angular CLI uses something under the hood
Try running
ng build --stats-json --build-optimizer=false --vendor-chunk=true
Same result:

Seems like the structure of stats.json have changed and now we incorrectly extract module information.
How soon you can think it can be fixed?
We will fix it when we have time
Should be fixed in v2.11.2
It is indeed fix'd with the new version for my current angular CLI project.
A big thank to your reactivity !
Great work thanks!
Most helpful comment
Should be fixed in
v2.11.2