-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
feat(rsbuild): add react and vue support for app generation #29349
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your CI Pipeline Execution ↗ for commit 32bc425 ⏳ is in progress.
Last updated at 2024-12-13 17:45:27UTC Sent with 💌 from NxCloud. |
Your CI Pipeline Execution ↗ for commit 4638f8b is in progress ⏳
☁️ Nx Cloud last updated this comment at |
bfafefd
to
92a9766
Compare
92a9766
to
9fc8ab5
Compare
4b4c029
to
b9a2a29
Compare
23b6a60
to
8bd92a0
Compare
8bd92a0
to
4638f8b
Compare
); | ||
|
||
// TODO: enable this when tests are passing again. | ||
// Colum confirmed locally that the generated config and the playwright tests are working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The other vue e2e test also has the runE2e block commented out.
We should investigate why it doesn't like CI later
Current Behavior
We do not have a generator that can scaffold a react or vue app using rsbuild.
Expected Behavior
Update the react application generator to support a bundler option of rsbuild
Update the vue application generator to support a bundler option of rsbuild