There was an error while loading. Please reload this page.
1 parent 0327d89 commit 53a48c4Copy full SHA for 53a48c4
packages/react-dev-utils/webpackHotDevClient.js
@@ -64,6 +64,7 @@ var connection = new WebSocket(
64
port: window.location.port,
65
// Hardcoded in WebpackDevServer
66
pathname: '/sockjs-node',
67
+ slashes: true,
68
})
69
);
70
0 commit comments