api-design-node-v2 icon indicating copy to clipboard operation
api-design-node-v2 copied to clipboard

Hot reloading doesn't work on Windows

Open david1542 opened this issue 7 years ago • 0 comments

I just cloned the repository and switched to lesson-1 branch.

When I setup a basic app.get listener and then starts the server, it works fine. The problem is when I change , for example, the response text, hit save and then initiate a new request, every thing is same as before although I changed the response.

When I click save however, I can see in the logs that webpack patched the changed files correctly.

Haven't touched the module hot reloading configuration. What could be the problem?

david1542 avatar Dec 19 '18 22:12 david1542