Files
SWebStatic/node_modules/wrangler/templates/modules-watch-stub.js
T

5 lines
254 B
JavaScript
Raw Normal View History

2026-07-08 18:29:36 +08:00
// `esbuild` doesn't support returning `watch*` options from `onStart()`
// plugin callbacks. Instead, we define an empty virtual module that is
// imported by this injected file. Importing the module registers watchers.
import "wrangler:modules-watch";