@cloudflare/vite-plugin@1.36.1
📦 cloudflare-workersView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes a bug related to quote handling in `.dev.vars` files generated during `vite preview` and updates several dependencies, including miniflare and wrangler.
🐛 Bug Fixes
- Fixed an issue where `.dev.vars` written for `vite preview` incorrectly escaped quotes, causing values containing quotes to be corrupted when read by the worker via dotenv parsing.