Change8

@cloudflare/vite-plugin@1.49.1

📦 cloudflare-workersView on GitHub →
🐛 1 fixes1 deprecations🔧 2 symbols

Summary

This patch release rewrites local testing paths in Miniflare to prevent collisions with production routes. `wrangler dev` and the Vite plugin now handle these path changes transparently.

Migration Steps

  1. If you are using the deprecated `/cdn-cgi/mf/scheduled` path, update to use `/cdn-cgi/local/scheduled` instead.

🐛 Bug Fixes

  • Local testing paths for Miniflare (e.g., `/cdn-cgi/*`) have been rewritten to prevent potential collisions with production routes. `wrangler dev` and the Vite plugin now transparently rewrite old paths to new ones, ensuring continued usability of old paths without issue.

Affected Symbols

⚡ Deprecations

  • The `/cdn-cgi/mf/scheduled` path is deprecated.