SvelteKit (javascript)

sveltejs/kit last check 597 releases recent
Notes
no notes yet
Release notes
v@sveltejs/kit - 2.23.0 · 6m+
view on github

Minor Changes

  • feat: support svelte.config.ts (#13935)

    > NOTE > > Your runtime has to support importing TypeScript files for svelte.config.ts to work. > In Node.js, the feature is supported with the --experimental-strip-types flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.

Patch Changes

  • fix: extend vite-plugin-svelte's Config type instead of duplicating it (#13982)

  • fix: regression with rolldown-vite not bundling a single JS file for single and inline apps (#13941)