Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AlexKorole opened this issue Nov 21, 2023 · 2 comments

Comments

@AlexKorole
Copy link

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
Copy link

jeandat commented Sep 6, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants