webpack-dev-server
webpack-dev-server copied to clipboard
fix: never proxy hot-reload websocket requests
- [x] This is a bugfix
- [ ] This is a feature
- [ ] This is a code refactor
- [ ] This is a test update
- [ ] This is a docs update
- [ ] This is a metadata update
For Bugs and Features; did you add new tests?
Please let me know what kind of test could be appropriate for this change.
Motivation / Use-Case
Both create-react-app and vue-cli-service have introduced workarounds for this, but it seems to me that this is always desirable behaviour for webpack-dev-server.
https://github.com/vuejs/vue-cli/commit/72ba7505aff2a8314e82aa5082379a77504a1fcb https://github.com/facebook/create-react-app/pull/7444