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

AlexKorole commented 7 months 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?