Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switching to webpack-serve. There were a number of hot reload issues …
…with WDS Webpack Dev Server had some bad issues with their websocket for hot reloading setup. They made some assumptions about what the servers base URL, HOST, and PORT and this was *not* configurable by the user. This made the hot reloading features fail hard when used through a proxy like insights-proxy See: webpack/webpack-dev-server#1289 webpack-serve does not have these same issues
- Loading branch information