-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Upgrade to Vite 3 #5005
Upgrade to Vite 3 #5005
Conversation
|
what do 'disable |
This reverts commit 9e2d017.
…iagnose" This reverts commit 2a975ec.
) * fix: move create-svelte test working dir out of pnpm workspae * fix: copy-paste error, adapter-auto override * fix: readd check command * fix: ensure that create-svelte tests generate test apps outside our main pnpm workspace * fix format * fix: readd --no-frozen-lockfile to override pnpm default when CI is true
Announcement blog post: https://vitejs.dev/blog/announcing-vite3.html
Some changes noticeable for SvelteKit:
fixStacktrace
now defaults tofalse
appType: 'custom'
so that HTML middlewares are not added and we no longer have to remove many of themv3 also added a new hook
configurePreviewServer
that has been backported to 2.9 and already leveraged in SvelteKitmaster
which allowed us to switch to thevite
CLI