We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not directly related to: there are some plugins that can lead Nest to Vite but after try using some issues came out.
Vite uses esbuild
when the user create a Nest project, cli will give an option to choose Vite as the main builder.
Vite is fast and makes the development faster.
The text was updated successfully, but these errors were encountered:
nestjs/nest-cli#731
TL:DR; We don't plan to currently add in new compilers, but you're welcome to use what you want for building and transpiling your code.
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
Not directly related to: there are some plugins that can lead Nest to Vite but after try using some issues came out.
Describe the solution you'd like
Vite uses esbuild
Teachability, documentation, adoption, migration strategy
when the user create a Nest project, cli will give an option to choose Vite as the main builder.
What is the motivation / use case for changing the behavior?
Vite is fast and makes the development faster.
The text was updated successfully, but these errors were encountered: