-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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(hmr): handle virtual module update #10324
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I was going to propose the same in the other PR.
/ecosystem-ci run |
📝 Ran ecosystem CI: Open
|
The failures in ecosystem-ci seem related to the current issues in the 3.2 ci (most of them are problems with the project's CIs). |
Description
Alternative to #10313
Should also fix #6871 but I'm not sure how to test it
This PR ensures HMR urls are properly wrapped before sending to the HMR client.
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).