DEV Community

Cover image for Angular Prod/AOT Build Analysis
Subodh Kumar
Subodh Kumar

Posted on

Angular Prod/AOT Build Analysis

Hi All,

We are working on a solution which involves medium to large sized Angular7 Projects.
During this process we discovered a lot of things about Angular AOT/Prod Build. We did spend time going through Webpack configurations & Bundle analyzers.

We would love to know how the world deals with following points when it comes to Angular 7 Prod Builds for medium to large sized projects.

1. Ways to reduce Build time (any specific Webpack configuations or other build strategies in use)

2. Ways to analyse Treeshaking output(internal code and third party library code), as we see lot of library code included in the bundle despite not being used in the application(We did use bundle analysers).

Any info or feedback is most welcome! Thanks

Top comments (0)