Skip to content

Commit 34120b4

Browse files
committed
docs(svite): fix link and formatting
1 parent fdf0855 commit 34120b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/svite/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Options:
4040

4141
# Migration from 0.8
4242

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
4646
- remove old svite options
4747
- 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
5050
- update package.json scripts to use `vite dev` and `vite build` instead of `svite dev` and `svite build`
5151

5252
# TODO more docs

0 commit comments

Comments
 (0)