-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(builder): apply chunkIds deterministic in Rspack mode production #4654
Conversation
🦋 Changeset detectedLatest commit: a764f80 The changes in this PR will be included in the next version bump. This PR includes changesets to release 255 packages
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 |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4654 +/- ##
==========================================
- Coverage 57.59% 53.75% -3.85%
==========================================
Files 672 664 -8
Lines 17794 18087 +293
Branches 3876 4140 +264
==========================================
- Hits 10249 9723 -526
- Misses 6934 7709 +775
- Partials 611 655 +44 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at a764f80
This pull request applies a patch to the
@modern-js/builder-rspack-provider
package to enable deterministic chunk IDs for webpack bundles in production mode. This can improve the caching and performance of the output bundles and is documented in the changelog.Details
🤖 Generated by Copilot at a764f80
builderPluginTransition
plugin to usemodifyBundlerChain
API (link)@modern-js/builder-rspack-provider
package with patch version bump and change description (link)Related Issue
Checklist
pnpm run change
.