Bundler option for nx/nest
apps
#29263
raoulkent
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently there is no option other than webpack for generating Nest applications.
This leads to some annoyances where one must generate with webpack, then do manual changes to switch to something else.
It would be preferable if this were instead possible to generate
[none, 'webpack', 'esbuild']
or somesuch.Beta Was this translation helpful? Give feedback.
All reactions