SvelteKit (javascript)
Notes
no notes yet
Release notes
v@sveltejs/kit - 2.29.0
· 6m+
Minor Changes
- feat: add a
kit.files.srcoption (#14152)
Patch Changes
-
fix: don't treat
$lib/server.tsor$lib/server_whatever.tsas server-only modules, only$lib/server/**(#14191) -
fix: make illegal server-only import errors actually useful (#14155)
-
chore: deprecate
config.kit.filesoptions (#14152) -
fix: avoid warning if page options in a Svelte file belongs to a comment (#14180)