Replies: 1 comment 2 replies
-
To build your apps using the
As mentioned in the warning, the That said, I think it makes sense to support converting from the |
Beta Was this translation helpful? Give feedback.
-
To build your apps using the
As mentioned in the warning, the That said, I think it makes sense to support converting from the |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm trying to switch from
@angular-devkit/build-angular:application
to@nx/angular:application
be able to use esbuild plugins.Is there a way to automatically migrate it? I tried
nx g @nx/angular:convert-to-application-executor --project=my-project --dry-run
, but it doesn't seem to support@angular-devkit/build-angular:application
and warns:If I just replace the executor manually in the project.json, I get warnings for several files and the app doesn't run
webpack-dev-server
is confusing, since the documentation of @nx/angular:application states that is uses esbuild.Any idea what could be configured wrongly?
Beta Was this translation helpful? Give feedback.
All reactions