We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
Adding support for Remix with Vite in the @nx/remix plugin.
I believe using Remix with Vite allows for a better developer experience.
Just like for @nx/react, when you generate a @nx/remix plugin you should be able to specify --bundler=vite
--bundler=vite
The text was updated successfully, but these errors were encountered:
This is on our roadmap 🙂
It'll be addressed in due course
Sorry, something went wrong.
@Coly010 , Can I (+my team) help you with that?
Coly010
No branches or pull requests
Description
Adding support for Remix with Vite in the @nx/remix plugin.
Motivation
I believe using Remix with Vite allows for a better developer experience.
Suggested Implementation
Just like for @nx/react, when you generate a @nx/remix plugin you should be able to specify
--bundler=vite
Alternate Implementations
The text was updated successfully, but these errors were encountered: