fix: 删去 webpack dev overlay 全屏弹窗 (#197)

This commit is contained in:
qlin 2023-06-08 11:18:43 +08:00 committed by GitHub
parent 3c1290fc58
commit 9c57f9c7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,