manfredsteyer / ngx-build-plus

Extend the Angular CLI's default build behavior without ejecting, e. g. for Angular Elements
1.19k stars 136 forks source link

New esbuild builder support #399

Open franklbt opened 7 months ago

franklbt commented 7 months ago

A new builder is available since Angular 16 : "@angular-devkit/build-angular:browser-esbuild"

This build system is the default one for Angular 17.

Is there any plan to support it ?

MoritzMeinhardt commented 4 months ago

Thanks Manfred for providing this package. I would be interested in esbuild support as well.