Skip to content

@cloudflare/build-output-utils@0.7.0

Choose a tag to compare

@workers-devprod workers-devprod released this 21 Sep 13:39
· 7 commits to main since this release
264fb44

Minor Changes

  • #15713 3c75cad Thanks @jamesopstad! - Identify experimental Build Output resource configs by filename and location

    The root remains config.json, Worker configs are now worker.config.json, and Container configs are now container.config.json. Resource configs no longer contain top-level type discriminators, while settings and build context are stored together in the root config.

  • #15471 0751490 Thanks @edmundhung! - Fix cf builds for static projects that serve assets from the project root

    The experimental Build Output path now omits the reserved .cloudflare directory when the project root is used for static assets. This prevents recursive output copying in Wrangler while preserving the existing behaviour for other asset directories.

Patch Changes