Skip to content

Commit 94c03ec

Browse files
committed
docs: fix invalid vite config example in changelog
1 parent 066be0c commit 94c03ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/vite-plugin-svelte/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535

3636
```js
3737
{
38-
['svelte'];
38+
{
39+
['svelte']
40+
}
3941
}
4042
```
4143

0 commit comments

Comments
 (0)