Skip to content

Commit dea9901

Browse files
authored
docs: improve notice about removal of commonjs build (#541)
1 parent 1561ec3 commit dea9901

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
- update svelte peerDependency to ^3.54.0 ([#529](https://github.com/sveltejs/vite-plugin-svelte/pull/529))
88

9-
- remove cjs build ([#522](https://github.com/sveltejs/vite-plugin-svelte/pull/522))
9+
- remove commonjs variant of vite-plugin-svelte ([#522](https://github.com/sveltejs/vite-plugin-svelte/pull/522))
10+
11+
Make sure your package.json contains `"type": "module"`and see [FAQ](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#how-can-i-use-vite-plugin-svelte-from-commonjs) for more information
1012

1113
- update vite peerDependency to vite-4 ([#521](https://github.com/sveltejs/vite-plugin-svelte/pull/521))
1214

0 commit comments

Comments
 (0)