•Angular Learning

Maximizing Your Angular Build Performance with ESBUILD

Maximizing Your Angular Build Performance with ESBUILD

ESBuild is a swift JavaScript compiler used for ViteJS. You can play with him in Angular, changing a single line in the angular.json file.

Note: It is in experimental mode 😜

Change the builder from "@angular-devkit/build-angular:browser" to "@angular-devkit/build-angular:browser-esbuild".

  "build": {
          "builder": "@angular-devkit/build-angular:browser-esbuild",
          "options": {

Run ng build again leave in the comment how fast it is. In my small project gets `59.72 %` faster. OMG!!!!!!!

But if you want to read more about speed Angular checkout:

Happy Coding :)


Real Software. Real Lessons.

I share the lessons I learned the hard way, so you can either avoid them or be ready when they happen.

User avatar
User avatar
User avatar
User avatar
+13K

Join 13,800+ developers and readers.

No spam ever. Unsubscribe at any time.

Discussion