api-design-node-v2
api-design-node-v2 copied to clipboard
Hot reloading doesn't work on Windows
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?