Skip to content

Commit

Permalink
docs: improve notice about removal of commonjs build (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Dec 10, 2022
1 parent 1561ec3 commit dea9901
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

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

- remove cjs build ([#522](https://github.com/sveltejs/vite-plugin-svelte/pull/522))
- remove commonjs variant of vite-plugin-svelte ([#522](https://github.com/sveltejs/vite-plugin-svelte/pull/522))

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

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

Expand Down

0 comments on commit dea9901

Please sign in to comment.