Patch Changes
-
#9085
cdc88d8
Thanks @petebacondarwin! - Do not include .wrangler and Wrangler config files in additional modulesPreviously, if you added modules rules such as
**/*.js
or**/*.json
, specifiedno_bundle: true
, and the entry-point to the Worker was in the project root directory, Wrangler could include files that were not intended, such as.wrangler/tmp/xxx.js
or the Wrangler config file itself. Now these files are automatically skipped when trying to find additional modules by searching the file tree. -
#9095
508a1a3
Thanks @petebacondarwin! - wrangler login put custom callback host and port into the auth URL -
#9113
82e220e
Thanks @dario-piotrowicz! - Addx-mixed-mode
flagThis experimental flag currently has no effect. More details will be shared as we roll out its functionality.
-
Updated dependencies [
357d42a
]:- miniflare@4.20250428.1