Skip to content

@cloudflare/vite-plugin@1.54.9

Choose a tag to compare

@workers-devprod workers-devprod released this 14 Sep 08:59
· 20 commits to main since this release
a256f95

Patch Changes

  • #15574 164e4fb Thanks @RealBhupesh! - Ignore .wrangler persistence writes in Vite's file watcher

    Miniflare stores local D1, KV, R2, and observability state under .wrangler/state. Those writes were watched as source changes on Linux and Windows, which fired every plugin hotUpdate hook and could make page loads take seconds. The plugin now ignores **/.wrangler/** while preserving any server.watch.ignored patterns already set by the user.

  • Updated dependencies [8997652]: