github cloudflare/workers-sdk wrangler@3.30.0

latest releases: wrangler@3.60.0, @cloudflare/vitest-pool-workers@0.4.2, @cloudflare/pages-shared@0.11.42...
3 months ago

Minor Changes

  • #4742 c2f3f1e Thanks @benycodes! - feat: allow preserving file names when defining rules for non-js modules

    The developer is now able to specify the `preserve_file_names property in wrangler.toml
    which specifies whether Wrangler will preserve the file names additional modules that are
    added to the deployment bundle of a Worker.

    If not set to true, files will be named using the pattern ${fileHash}-${basename}.
    For example, 34de60b44167af5c5a709e62a4e20c4f18c9e3b6-favicon.ico.

    Resolves #4741

Patch Changes

  • Updated dependencies [0c0949d]:
    • miniflare@3.20240223.0

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.