All Stories

Comparing Angular v11 (Webpack 4) to Angular v12 (Webpack 5) build performance and size

Recently Angular v12 was released, and with it Webpack 5 under the hood of the Angular CLI/Compiler. With it came a lot of improvements, some of which are live in...

Converting a Legacy Codebase to Nx Incremental Builds

We recently converted part of our legacy codebase over to use Nx’s incremental compilation and ran into some issues along the way, hopefully this checklist of things to look for...