Use @nx/angular:browser-esbuild
instead of @angular-devkit
in generated apps
#27184
maxkoretskyi
started this conversation in
Feature Requests
Replies: 1 comment 6 replies
-
Thanks for the suggestion! We might not switch the default straight away, but I think it's reasonable to make it an option. That way you could opt-in to use the |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've checked today and the most recent Nx Angualr generator uses esbuilders from
@angular-devkit
. Are there any plans to switch default builders in Nx projects to browser-esbuild? If I understand correctly,@nx/angular:browser-esbuild
seems to be supporting plugins now.Beta Was this translation helpful? Give feedback.
All reactions