Minor Changes
-
#12885
12505c9Thanks @edmundhung! - Add Vite 8 to the supported peer dependency rangeThe package now lists Vite 8 in its peer dependency range, so installs with Vite 8 no longer show a peer dependency warning.
Patch Changes
-
#12859
876108aThanks @dario-piotrowicz! - Fix crash when plugins send HMR events before runner initializationPreviously, if another Vite plugin (such as
vite-plugin-vue-devtools) sent HMR events duringconfigureServerbefore the Cloudflare plugin had initialized its runner, the dev server would crash withAssertionError: The WebSocket is undefined. The environment's WebSocket send operations are now deferred until the runner is fully initialized, allowing early HMR events to be handled gracefully. -
Updated dependencies [
ade0aed,2b9a186,65f1092,7b0d8f5,351e1e1,2b9a186]:- miniflare@4.20260312.1
- wrangler@4.74.0