Change8

@cloudflare/vite-plugin@1.33.2

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

Summary

This patch release updates dependencies, improves Vite plugin local development by supporting Cloudflare registry images, and fixes the default compatibility date fallback behavior.

✨ New Features

  • Support Cloudflare-managed registry images in Vite plugin local dev by configuring the Cloudflare API client using CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID before pulling container images.
  • The default compatibility date is now populated when the plugin is built, fixing it to the build date instead of falling back to the current date.

🐛 Bug Fixes

  • Vite dev server now allows access to vite.config.* files.
  • Simplified /cdn-cgi/ handling to only add special handling for /cdn-cgi/handler/* routes, ensuring trigger handlers are invoked on the User Worker.