Skip to content

Commit

Permalink
Add slashes to WebSocket protocol URL (#8116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baael authored and ianschmitz committed Dec 9, 2019
1 parent 0327d89 commit 53a48c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-dev-utils/webpackHotDevClient.js
Expand Up @@ -64,6 +64,7 @@ var connection = new WebSocket(
port: window.location.port,
// Hardcoded in WebpackDevServer
pathname: '/sockjs-node',
slashes: true,
})
);

Expand Down

0 comments on commit 53a48c4

Please sign in to comment.