Change8

@cloudflare/vite-plugin@1.22.0

📦 cloudflare-workersView on GitHub →
1 features🐛 1 fixes

Summary

This release introduces a no-op local explorer worker feature behind an experimental flag and fixes a critical bug causing the dev server to crash during WebSocket client disconnects.

✨ New Features

  • Add a no-op local explorer worker, gated by the experimental flag X_LOCAL_EXPLORER.

🐛 Bug Fixes

  • Fix dev server crash on WebSocket client disconnect by adding an error handler to the socket during upgrade requests to prevent unhandled ECONNRESET errors.