chore(deps) webpack-dev-server@4.7.3
This commit is contained in:
parent
3da8f4a25d
commit
f2a1a2cca9
File diff suppressed because it is too large
Load Diff
|
@ -165,7 +165,7 @@
|
||||||
"webpack": "5.57.1",
|
"webpack": "5.57.1",
|
||||||
"webpack-bundle-analyzer": "4.4.2",
|
"webpack-bundle-analyzer": "4.4.2",
|
||||||
"webpack-cli": "4.9.0",
|
"webpack-cli": "4.9.0",
|
||||||
"webpack-dev-server": "4.3.1"
|
"webpack-dev-server": "4.7.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14.0.0",
|
"node": ">=14.0.0",
|
||||||
|
|
|
@ -249,7 +249,6 @@ function getDevServerConfig() {
|
||||||
warnings: false
|
warnings: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
https: true,
|
|
||||||
host: '127.0.0.1',
|
host: '127.0.0.1',
|
||||||
hot: true,
|
hot: true,
|
||||||
proxy: {
|
proxy: {
|
||||||
|
@ -262,6 +261,7 @@ function getDevServerConfig() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
server: 'https',
|
||||||
static: {
|
static: {
|
||||||
directory: process.cwd()
|
directory: process.cwd()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue