@sveltejs/adapter-vercel@7.0.0-next.0
Breaking Changes📦 sveltekitView on GitHub →
⚠ 1 breaking✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces the use of `rolldown` for edge function bundling and updates the edge function build target to `es2022`. Numerous minor dependency updates were also applied.
⚠️ Breaking Changes
- The edge function build target has been changed to `es2022`. If your edge functions rely on features only available in older JavaScript versions, you may need to update your code or configuration.
✨ New Features
- Edge function bundling now utilizes `rolldown`, replacing the previous bundler.
🐛 Bug Fixes
- Numerous dependency updates were applied across the project.