@sveltejs/kit@3.0.0-next.18
Breaking Changes📦 sveltekitView on GitHub →
⚠ 1 breaking🔧 1 symbols
Summary
This release introduces a significant change to how adapter Vite plugins are handled, separating them into `pre` and `post` stages. This aims to provide more granular control over the Vite build process.
⚠️ Breaking Changes
- Adapter Vite plugins are now separated into `pre` and `post` stages. This may break existing configurations that rely on the previous monolithic adapter plugin structure. Update your Vite configuration to use the new `pre` and `post` plugin arrays as appropriate.
Migration Steps
- Update Vite configurations to use the new `pre` and `post` adapter plugin arrays instead of the single adapter plugin.