Fix hot module reloading (react fast refresh) #46948
Lovor01
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Hi can you help me with getting HMR working please below is my webpack
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I develop locally and use self-signed https. I struggled a lot until I got it working. If you have troubles, please follow my recipe:
Cannot GET /
define( 'SCRIPT_DEBUG', true );
[HMR] Waiting for update signal from WDS...
Thats it. Test if it works!
Beta Was this translation helpful? Give feedback.
All reactions