Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jamesopstad
Copy link
Contributor

Fixes #10213.

Sets preserveEntrySignatures: "strict" for Worker environments. This ensures that no additional exports are added to the entry module.


  • Tests
    • Tests included
    • Tests not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: bug fix
  • Wrangler V3 Backport
    • Wrangler PR:
    • Not necessary because: not a Wrangler change

@jamesopstad jamesopstad requested review from a team as code owners September 3, 2025 17:05
@jamesopstad jamesopstad added the vite-plugin Relating to the `@cloudflare/vite-plugin` package label Sep 3, 2025
Copy link

changeset-bot bot commented Sep 3, 2025

🦋 Changeset detected

Latest commit: f6c4f2d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cloudflare/vite-plugin Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

pkg-pr-new bot commented Sep 3, 2025

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@10544

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@10544

miniflare

npm i https://pkg.pr.new/miniflare@10544

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@10544

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@10544

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@10544

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@10544

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@10544

wrangler

npm i https://pkg.pr.new/wrangler@10544

commit: f6c4f2d

@github-project-automation github-project-automation bot moved this from Untriaged to Approved in workers-sdk Sep 3, 2025
@edmundhung edmundhung merged commit 4c80c78 into main Sep 3, 2025
36 of 38 checks passed
@edmundhung edmundhung deleted the james/preserve-entry-signatures branch September 3, 2025 17:48
@github-project-automation github-project-automation bot moved this from Approved to Done in workers-sdk Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vite-plugin Relating to the `@cloudflare/vite-plugin` package
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[vite-plugin] Rollup might add extra exports to worker entrypoint, causing runtime error
2 participants