-
Notifications
You must be signed in to change notification settings - Fork 378
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
feat(builder): update rspack to 0.1.12 #3741
Conversation
🦋 Changeset detectedLatest commit: d5cba1f The changes in this PR will be included in the next version bump. This PR includes changesets to release 208 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 #3741 +/- ##
==========================================
+ Coverage 57.59% 58.18% +0.58%
==========================================
Files 672 643 -29
Lines 17794 17185 -609
Branches 3876 3750 -126
==========================================
- Hits 10249 9999 -250
+ Misses 6934 6586 -348
+ Partials 611 600 -11 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at d5cba1f
This pull request improves the Rspack builder output configuration and simplifies some type definitions for the builders. It fixes the output.copy feature, upgrades the rspack dependency, and adds a test case for the output plugin. It also removes some duplication and unused code by importing the
CompilerTapFn
type from a common file and deleting the rspack dependency from the@modern-js/builder-shared
package.Details
🤖 Generated by Copilot at d5cba1f
@modern-js/builder-rspack-provider
and@modern-js/builder-shared
packages (link, link)@modern-js/builder-rspack-provider
package.json (link)@modern-js/builder-shared
package.json (link)@modern-js/builder-shared
package to use a genericCompilerTapFn
type and avoid redundancy (link, link, link, link, link)@modern-js/builder-shared
package using theCompilerTapFn
type (link)Related Issue
Checklist
pnpm run change
.