Add slashes to WebSocket protocol URL (#8116)

This commit is contained in:
Wojciech Zieliński
2019-12-09 07:57:34 +01:00
committed by Ian Schmitz
parent 0327d8952a
commit 53a48c40b3

View File

@@ -64,6 +64,7 @@ var connection = new WebSocket(
port: window.location.port,
// Hardcoded in WebpackDevServer
pathname: '/sockjs-node',
slashes: true,
})
);