@cloudflare/vite-plugin@1.29.0
📦 cloudflare-workersView on GitHub →
✨ 1 features🐛 1 fixes
Summary
This release adds support for Vite 8 as a peer dependency and fixes a critical crash related to early HMR event handling during development server startup.
✨ New Features
- Added support for Vite 8 in the supported peer dependency range.
🐛 Bug Fixes
- Fixed a crash when plugins send HMR events before runner initialization by deferring WebSocket send operations until the runner is fully initialized.