-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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(create-vite): update to svelte 5 #18407
Conversation
Run & review this pull request in StackBlitz Codeflow. |
The |
Actually, it seems like it's affecting the React template. For example between |
Ah, that's true. |
I think there's someplace that the CLI invokes |
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.
I pushed that change. This looks good to me now
Description
I simply ran
npx sv@latest migrate svelte-5
and changed the svelte version to^5.0.3
from^5.0.0
.