This project was created in reference to webpack/webpack-bundle-analyzer#147 (comment).
The Anguluar CLI project when creating the scripts bundle only concatonates the scripts and is not wrapped in a webpack funciton. This results in the webpack-bundle-analyzer defaulting to the stats.json information rather than showing gzip information and parse size.
To reproduce:
- Download the repo
- Yarn install
- Yarn run build
- Yarn run bundle-report