-
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
fix(module-tools): move init watcher from onStart hook to createCompiler #4733
Conversation
🦋 Changeset detectedLatest commit: d906613 The changes in this PR will be included in the next version bump. This PR includes changesets to release 259 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 |
87199a3
to
d906613
Compare
close #4731 |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4733 +/- ##
==========================================
- Coverage 57.59% 50.73% -6.87%
==========================================
Files 672 692 +20
Lines 17794 19252 +1458
Branches 3876 4450 +574
==========================================
- Hits 10249 9767 -482
- Misses 6934 8733 +1799
- Partials 611 752 +141 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at 87199a3
This pull request improves the file watching and rebuilding functionality for the
@modern-js/module-tools
package by using the esbuild adapter plugin. It also adds a changeset file to document the patch version update and the fix message.Details
🤖 Generated by Copilot at 87199a3
adapter.ts
toindex.ts
to improve the esbuild builder module (link, link, link, link)@modern-js/module-tools
package (link)Related Issue
Checklist
pnpm run change
.