-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
HMR not working and logging "Waiting for update signal from WDS" #2154
Comments
Remove |
Sure! I did all those things but the problem still persists. I read the docs of webpack-dev-server and |
@marcofugaro anyway can you create minimum reproducible test repo? |
Sure! I'll strip away the unnecessary stuff |
@evilebottnawi here is the test repo https://github.com/marcofugaro/hmr-test-repo just |
Alright, my bad, didn't know the whole The issue now becomes that the message |
+1 |
[HMR] Waiting for update signal from WDS... |
@marcofugaro: Did you open a separate issue? Got a link? Here it is: #2166 |
You can do it by following steps
|
Hello, I am experiencing the same issue. |
@benguoztrk there are some other files which log this message to the console, so try to find the file which is pushing the log |
it just started now. it was running just fine all of the sudden. gone wrong. |
Hey I would suggest restart the server |
"This is not working" |
Thanks, it works perfectly for me. |
[HMR] Waiting for update signal from WDS...
Code
Instructions for reproducible test repo (link):
git clone git@github.com:marcofugaro/hmr-test-repo.git
cd hmr-test-repo
npm i
npm start
webpack.config.js:
Expected Behavior
HMR should work
Actual Behavior
The message
[HMR] Waiting for update signal from WDS...
appears in the console and the HMR is broken, when editing a file:The text was updated successfully, but these errors were encountered: