Major Changes
-
breaking(deps): require vite 8 (#1266)
-
breaking(deps): require svelte 5.46.4 or later (#1271)
-
breaking(options): remove deprecated options (#1274)
vitePlugin.hotinsvelte.config.js
usecompilerOptions.hmrinsteadvitePlugin.ignorePluginPreprocessorsinsvelte.config.js
no longer neededapi.idFilterofvite-plugin-svelte:api
useapi.filterinsteadplugin.api.sveltePreprocessof other vite plugins
Update affected plugins to a newer version or remove them.
See docs for more information.
-
breaking(dev): no longer overrides compilerOptions.cssHash because Svelte now produces a stable css hash by itself (#1271)
-
breaking(inspector): integrate vite-plugin-svelte-inspector into vite-plugin-svelte to avoid circular dependency (#1270)