mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +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',
|
server: https ? 'https' : 'http',
|
||||||
client: {
|
client: {
|
||||||
logging: 'error',
|
logging: 'error',
|
||||||
|
overlay: false,
|
||||||
webSocketURL: {
|
webSocketURL: {
|
||||||
hostname: host,
|
hostname: host,
|
||||||
port,
|
port,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user