Skip to content

Releases: sveltejs/vite-plugin-svelte

@sveltejs/[email protected]

10 May 21:41
93ca647
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • #41 cb7f03d Feature: Allow emitCss: false for production builds and customizable compilerOptions.css and hydratable - fixes #9

@sveltejs/[email protected]

29 Apr 22:00
76c653e
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • #38 5aef91c fix: ensure esm config loading works on windows

@sveltejs/[email protected]

27 Apr 21:33
50b76f8
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • #35 4018ce6 Feature: Support esm in svelte.config.js and svelte.config.mjs

  • #35 4018ce6 Feature: add configFile option

Patch Changes

  • #34 e5d4749 fix: watch preprocessor dependencies and trigger hmr on change

@sveltejs/[email protected]

15 Apr 23:07
a2acab9
Compare
Choose a tag to compare
Pre-release

Minor Changes

@sveltejs/[email protected]

06 Apr 19:11
Compare
Choose a tag to compare
Pre-release

Minor Changes

  • 1be46f1: improved css hmr
  • a0f5a65: Allow other vite plugins to define preprocessors

Patch Changes

  • 8d9ef96: fix: do not preserve types unless useVitePreprocess option is true
  • 6f4a253: disable svelte-hmr overlay by default
  • 18647aa: improve virtual css module path (fixes #14)