Releases: sveltejs/vite-plugin-svelte
Releases · sveltejs/vite-plugin-svelte
@sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
- removed peerDependency for vite 3.1.0-beta as vite 3.1.0 final has been released (#431)
@sveltejs/[email protected]
Patch Changes
-
temporarily add vite 3.1 beta to peer dependencies rule to avoid warning on kit projects using it (#427)
warning: this is going to be changed back to
^3.0.0
in a future patch
@sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
- update svelte-inspector inject code to be compatible with @sveltejs/kit > 1.0.0-next.405 (#411)
@sveltejs/[email protected]
Major Changes
-
update to vite3 (#359)
-
bump minimum required node version to 14.18.0 to align with vite 3 (#359)
-
move plugin options in svelte.config.js into "vitePlugin" (#389)
update your svelte.config.js and wrap plugin options with
vitePlugin
// svelte.config.js compilerOptions: {...}, preprocess: {...}, extensions: [...], onwarn: () => {...}, kit: {}, + vitePlugin: { // include, exclude, emitCss, hot, ignorePluginPreprocessors, disableDependencyReinclusion, experimental + }
Patch Changes
- Always add dependencies using svelte to ssr.noExternal in vite config (#359)
@sveltejs/[email protected]
@sveltejs/[email protected]
@sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
- Bump svelte-hmr version (#349)