chore: 开发模式下关闭webpack报错遮盖全屏页面

This commit is contained in:
BAIQI 2023-07-02 12:14:54 +08:00 committed by f2c-ci-robot[bot]
parent 45cb4bb44a
commit 18916a41ca
6 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@ module.exports = defineConfig({
port: 4004,
client: {
webSocketTransport: 'sockjs',
overlay: false,
},
allowedHosts: 'all',
webSocketServer: 'sockjs',

View File

@ -14,6 +14,7 @@ module.exports = defineConfig({
port: 3000,
client: {
webSocketTransport: "sockjs",
overlay: false,
},
webSocketServer: "sockjs",
allowedHosts: "all",

View File

@ -15,6 +15,7 @@ module.exports = defineConfig({
port: 4003,
client: {
webSocketTransport: "sockjs",
overlay: false,
},
allowedHosts: "all",
webSocketServer: "sockjs",

View File

@ -15,6 +15,7 @@ module.exports = defineConfig({
port: 4002,
client: {
webSocketTransport: "sockjs",
overlay: false,
},
allowedHosts: "all",
webSocketServer: "sockjs",

View File

@ -15,6 +15,7 @@ module.exports = defineConfig({
port: 4001,
client: {
webSocketTransport: "sockjs",
overlay: false,
},
allowedHosts: "all",
webSocketServer: "sockjs",

View File

@ -21,6 +21,7 @@ module.exports = defineConfig({
port: 4005,
client: {
webSocketTransport: "sockjs",
overlay: false,
},
allowedHosts: "all",
webSocketServer: "sockjs",