-
Notifications
You must be signed in to change notification settings - Fork 370
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): update rspack to 0.3.6 #4767
Conversation
🦋 Changeset detectedLatest commit: 59ad134 The changes in this PR will be included in the next version bump. This PR includes changesets to release 257 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 ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4767 +/- ##
==========================================
- Coverage 57.59% 51.18% -6.42%
==========================================
Files 672 680 +8
Lines 17794 18960 +1166
Branches 3876 4377 +501
==========================================
- Hits 10249 9705 -544
- Misses 6934 8526 +1592
- Partials 611 729 +118 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at 59ad134
This pull request updates the
@modern-js/builder-rspack-provider
package to use the latest rspack bundler packages, and simplifies the e2e tests for the css/less-exclude and css/sass-exclude cases by removing the unnecessarywebpackOnlyTest
helper. The pull request also adds a changeset file to document the patch update.Details
🤖 Generated by Copilot at 59ad134
@modern-js/builder-rspack-provider
package (link,link)webpackOnlyTest
helper withtest
function from@modern-js/e2e/playwright
in css/less-exclude and css/sass-exclude test cases (link,link)Related Issue
Checklist
pnpm run change
.