Change8

@cloudflare/vite-plugin@1.30.2

📦 cloudflare-workersView on GitHub →
🐛 1 fixes

Summary

This patch release fixes a concurrency issue related to deferred dynamic imports in Workers, preventing I/O errors by correctly scoping imports within Durable Object contexts. It also updates several dependencies.

🐛 Bug Fixes

  • Fixed "Cannot perform I/O on behalf of a different request" errors for deferred dynamic imports by ensuring all imports execute within a Durable Object's IoContext before the result is returned to the Worker.