-
Notifications
You must be signed in to change notification settings - Fork 386
fix(dev-server): adjust HMR connection log level #3755
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: 4945dcc 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 #3755 +/- ##
==========================================
+ Coverage 57.59% 58.17% +0.57%
==========================================
Files 672 643 -29
Lines 17794 17192 -602
Branches 3876 3753 -123
==========================================
- Hits 10249 10001 -248
+ Misses 6934 6589 -345
+ Partials 611 602 -9 ☔ View full report in Codecov by Sentry. |
Summary
Change the HMR connection log level from
debugtoinfoas Chrome does not displayconsole.debugby default.🤖 Generated by Copilot at 4945dcc
This pull request fixes a logging issue in the
hmr-clientmodule of the@modern-js/serverpackage and updates the changeset file accordingly. The fix improves the visibility and usability of the HMR feature for the users.Details
🤖 Generated by Copilot at 4945dcc
infofor better visibility and troubleshooting (link,link)@modern-js/serverpackage with summary of fix in English and Chinese (link)Related Issue
Checklist
pnpm run change.