-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix(core): re-enable CRA migration to Vite #30082
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
View your CI Pipeline Execution ↗ for commit 33b5c7d.
☁️ Nx Cloud last updated this comment at |
55e49bf
to
1f05c4d
Compare
c44121f
to
8fdf221
Compare
packages/nx/src/command-line/init/implementation/react/index.ts
Outdated
Show resolved
Hide resolved
d6ea3aa
to
3da42ee
Compare
🐳 We have a release for that!This PR has a release associated with it. You can try it out using this command: npx [email protected] my-workspace Or just copy this version and use it in your own command: 0.0.0-pr-30082-6c4c183
To request a new release for this pull request, mention someone from the Nx team or the |
This PR brings back the CRA migration that was missing since Nx 18.
Current Behavior
nx init
does not migrate CRA appsExpected Behavior
nx init
migrates CRA apps to Vite since CRA is deprecatedRelated Issue(s)
Fixes #