How To Analyze Angular App Bundle Sizes
1. First, build your app
1 |
|
This will add an extra dist/stats.json file that contains an analysis of the parts wrapped inside the bundle.
Bundle Analysis in Three Easy Steps
1. Install the tool with
1 |
|
2. Add a new script to your package.json file
1 |
|
3. Run
1 |
|