Closed awhitehouse104 closed 8 years ago
Excellent thanks, it was never working well for me good catches, note that it still won't work with react pure functional components but that's a limitation of the hot reloader (looking forward to the new one). I'll verify this later and update.
Yes I considered playing with the new one but this fix was simple enough for now :)
Can't speak for everyone, but I had to modify a couple of things to get hot reload to work on windows.
First, remove localhost binding in server.js (reference).
Also, add base public path in webpack.config (reference).