Want to run the source-map-explorer with Angular? This builder does it for you with zero configuration.
ng add @ngx-builders/analyze
OR
ng add @ngx-builders/analyze --project={projectName}
NOTE: This version uses npx to install source-map-explorer temporarily if it isn't installed already. If you don't have npx installed, please install it.
We will remove this dependecny in future updates.
Now whenever you want to analyze your angular project just run a command ng run [YOUR_PROJECT_NAME]:analyze
and it will run the source-map-explorer.
- optional
- Default:
false
(boolean) - Example:
ng run [YOUR_PROJECT_NAME]:analyze --gzip
– Give the stats of gzip bundle.
- optional
- Default:
false
(boolean) - Example:
ng run [YOUR_PROJECT_NAME]:analyze --diffLoading=true
– You can change to true if differential loading is enabled.
Thanks goes to these wonderful people (emoji key):
Ankit 📖 |
Tobias Wittwer 📖 |
Bhavik 💻 |
vimal patel 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!