Change8

@sveltejs/kit@2.67.0

📦 sveltekitView on GitHub →
1 features🐛 2 fixes

Summary

This release introduces a new configuration option for handling invalid URLs during prerendering and resolves minor bugs related to form schemas and Vite configuration merging.

✨ New Features

  • Added `prerender.handleInvalidUrl` option to control behavior when invalid URLs are discovered during crawling.

🐛 Bug Fixes

  • Fixed support for `exactOptionalPropertyTypes` when dealing with optional form schema fields.
  • Prevented unnecessary overriding of a user's existing Vite 8 `codeSplitting` setting.