-
Notifications
You must be signed in to change notification settings - Fork 397
fix(builder): update Rspack and fix upgrade error #3709
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
Conversation
🦋 Changeset detectedLatest commit: f65093f The changes in this PR will be included in the next version bump. This PR includes changesets to release 206 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:
Additional details and impacted files@@ Coverage Diff @@
## main #3709 +/- ##
==========================================
+ Coverage 57.59% 58.12% +0.52%
==========================================
Files 672 643 -29
Lines 17794 17173 -621
Branches 3876 3757 -119
==========================================
- Hits 10249 9982 -267
+ Misses 6934 6589 -345
+ Partials 611 602 -9
☔ View full report in Codecov by Sentry. |
Summary
Releated PR:
max_size
rspack#3171🤖 Generated by Copilot at 7964525
Added new options for chunk splitting in
formatConfig.ts
and updated test cases and dependencies to use the latest@rspack/*
packages. This improves the performance and stability of the rspack provider.Details
🤖 Generated by Copilot at 7964525
@rspack/*
dependencies to latest canary version inpackages/builder/builder-rspack-provider/package.json
(link)splitChunks.fallbackCacheGroup
option for webpack config inpackages/builder/builder-rspack-provider/src/core/formatConfig.ts
(link, link)splitChunks.maxSize
,splitChunks.maxAsyncSize
, andsplitChunks.maxInitialSize
options for webpack config inpackages/builder/builder-rspack-provider/src/core/formatConfig.ts
(link)tests/e2e/builder/cases
to match new@rspack/*
version (link, link, link, link)Related Issue
Checklist
pnpm run change
.