@sveltejs/kit@2.65.1
📦 sveltekitView on GitHub →
🐛 4 fixes
Summary
This patch release focuses on fixing several bugs related to build output, navigation state, and asset loading regressions.
🐛 Bug Fixes
- Avoid importing the Vite development client code into builds with a non-standard NODE_ENV.
- Do not emit the unused bundle and stylesheet files when using bundleStrategy: 'inline'.
- Reset queries before navigating when invalidateAll is set.
- Fix regression in loading assets for absolute path apps.