·
641 commits
to main
since this release
Major Changes
-
change default value of compilerOptions.hydratable to false (#122)
This is done to align with svelte compiler defaults and improve output in non-ssr scenarios.
Add
{compilerOptions: {hydratable: true}}
to vite-plugin-svelte config if you need hydration (eg. for ssr)
Minor Changes
- add config option
experimental.dynamicCompileOptions
for finegrained control over compileOptions (#122)