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

ngx-build-plus and the new build system @angular-devkit/build-angular:application #400

Open AlexKorole opened 1 year ago

AlexKorole commented 1 year ago

Currently I can't run ngx-build-plus with the new build system @angular-devkit/build-angular:application for Angular 17. When I write in angular.js: .... "architect": { "build": { "builder": "@angular-devkit/build-angular:application", "options": { ... "serve": { "builder": "ngx-build-plus:dev-server", "options": { ... I get an error: "An unhandled exception occurred: The application and browser-esbuild builders do not support Webpack transforms." Can you help me?

jeandat commented 2 months ago

As far as I understand, this project was developed to allow webpack extension. I'm not sure there is any intent to do it again for the new build system.

billyjov commented 1 month ago

As Manfred said here, there is no plan to support esbuild based builder