Recently at ng-conf Angular Team Lead Igor Minar used a tool called source-map-explorer to analyze the bundle, I used and liked it as well.
I thought of adding this tool as a command using Angular Builders API and came up with @ngx-builders/analyze no configuration just use ng add and ng run.
The source code is open source and available at https://github.com/ngx-builders/source-map-analyzer
You can refer my tweet
I loved @ngconf and I wanted to do something after watching talk from @IgorMinar, so I created a new builder to analyze the angular project using source-map-expolrer as I wanted to remove manual setup try npmjs.com/package/@ngx-b…
Install using "ng add @ngx-builders/analyze"18:07 PM - 05 Apr 2020
You can send any suggestions on the repo by raising issues or PR, also if you liked it please give a star.
Top comments (2)
you are a start brother!
Thanks bro :)