Releases: sveltejs/vite-plugin-svelte
Releases · sveltejs/vite-plugin-svelte
Minor Changes
- #41
cb7f03d
Feature: Allow emitCss: false
for production builds and customizable compilerOptions.css and hydratable - fixes #9
Patch Changes
- #38
5aef91c
fix: ensure esm config loading works on windows
Minor Changes
Patch Changes
- #34
e5d4749
fix: watch preprocessor dependencies and trigger hmr on change
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)