fix: 删去 webpack dev overlay 全屏弹窗

This commit is contained in:
winixt 2023-06-08 11:12:26 +08:00
parent 3c1290fc58
commit 54b83d0b6a

View File

@ -9,6 +9,7 @@ export function startDevServer({ webpackConfig, host, port, proxy, https, before
server: https ? 'https' : 'http',
client: {
logging: 'error',
overlay: false,
webSocketURL: {
hostname: host,
port,