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 12 months ago

franklbt commented 12 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 9 months ago

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

jeandat commented 2 months ago

@manfredsteyer It would be interesting to know if this is planned and eventually add the response in the readme file cause more and more people will have the same question I guess.

jeandat commented 2 months ago

In the meantime, for those passing by, even though it is not well documented there is already 2 important features in the latest ng17 release:

In my personal case, this was exactly the 2 features I needed so I have been able to remove ngx-build-plus for the dev and prod build. Only using it for unit tests now. Waiting for WebTestRunner to be stable.