fix: never proxy hot-reload websocket requests by ajhyndman · Pull Request #4316 · webpack/webpack-dev-server

  • 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.

vuejs/vue-cli@72ba750
facebook/create-react-app#7444