mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
fix: 删去 webpack dev overlay 全屏弹窗 (#197)
This commit is contained in:
parent
3c1290fc58
commit
9c57f9c7e5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user