File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ Options:
40
40
41
41
# Migration from 0.8
42
42
43
- - install vite@2 and @svitejs/vite-plugin-svelte
44
- - Update vite.config.js
45
- - use the pattern described in the [ readme] ( packages /vite-plugin-svelte/README.md) of the new vite-plugin-svelte
43
+ - install ` vite@2 ` and ` @svitejs/vite-plugin-svelte `
44
+ - Update or add ` vite.config.js `
45
+ - use the pattern described in the [ readme] ( .. /vite-plugin-svelte/README.md) of the new vite-plugin-svelte
46
46
- remove old svite options
47
47
- read vite2 documentation on https://vitejs.dev
48
- - add any svelte library you use to ` optimizeDeps.exclude=[] ` in vite.config
49
- - remove svite from dependencies
48
+ - add any svelte library you use to ` optimizeDeps.exclude=[] ` in ` vite.config.js `
49
+ - remove ` svite ` from dependencies
50
50
- update package.json scripts to use ` vite dev ` and ` vite build ` instead of ` svite dev ` and ` svite build `
51
51
52
52
# TODO more docs
You can’t perform that action at this time.
0 commit comments