Skip to content

@sveltejs/vite-plugin-svelte@4.0.0-next.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 19:25
· 171 commits to main since this release
5f8c4e4

Major Changes

  • remove support for Svelte 4 (#892)

  • disable script preprocessing in vitePreprocess() by default because Svelte 5 supports lang=ts out of the box (#892)

  • replaced svelte-hmr with Svelte 5 compiler hmr integration (#892)

Patch Changes

  • fix: make defaultHandler a required argument for onwarn in plugin options (#895)

  • Remove log about experimental status of Svelte 5. Note that breaking changes can still occur while vite-plugin-svelte 4 is in prerelease mode (#894)

  • Updated dependencies [49324dbf747a46ae75b405a29fc7feac2db966dd]:

    • @sveltejs/vite-plugin-svelte-inspector@3.0.0-next.0