-
Notifications
You must be signed in to change notification settings - Fork 397
fix: should only watch file-based routes changes #3742
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: af06384 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 #3742 +/- ##
==========================================
+ Coverage 57.59% 58.18% +0.58%
==========================================
Files 672 643 -29
Lines 17794 17186 -608
Branches 3876 3751 -125
==========================================
- Hits 10249 10000 -249
+ Misses 6934 6586 -348
+ Partials 611 600 -11 ☔ View full report in Codecov by Sentry. |
Summary
🤖 Generated by Copilot at 7f99bdf
This pull request fixes a bug in the
@modern-js/app-tools
package that caused unnecessary reloads when dynamic or custom routes changed. It adds a changeset file to document the patch version bump and the bug fix details.Details
🤖 Generated by Copilot at 7f99bdf
@modern-js/app-tools
package (link)pagesDir
variable in theanalyze
module of the@modern-js/app-tools
package, to only collect file-based routes directories (link)Related Issue
Checklist
pnpm run change
.