'webpack-dev-server HMR not working, "hot-update" files fetched from the wrong port
I'm using HMR/livereload with webpack-dev-server on port 9000, but it's fetching update files from the webserver port. This causes it to force a full page reload. At the beginning of development, this was OK, but as the application has become more reliant on the state (it's a SPA) it really becomes annoying. But other bundled assets like fonts and images are loaded fine. Any help or hints would be appreciated!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
