@sveltejs/kit@2.50.1
📦 sveltekitView on GitHub →
🐛 3 fixes
Summary
This patch release focuses on bug fixes, including ensuring assets imported by hook files are correctly discovered by Vite and improving link preloading behavior.
🐛 Bug Fixes
- Include `hooks.server` and `hooks.universal` as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered.
- Improves fields type for generic components.
- Preload links if href changes.