fix: webpack hot reload issue (#15070)

fix: hot reload issue
This commit is contained in:
Arsalan Yaldram 2022-07-07 14:00:57 +05:30 committed by GitHub
parent e4f5899f9e
commit f9cae32631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,10 @@ module.exports = {
devServer: { devServer: {
client: { client: {
webSocketURL: { webSocketURL: {
protocol: "wss", hostname: "127.0.0.1",
pathname: "/ws",
port: 3000,
protocol: "ws",
}, },
}, },
}, },