·
447 commits
to main
since this release
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)