DEV Community

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

Posted on

2 1

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

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay