chore(deps) webpack-dev-server@4.7.3

This commit is contained in:
Saúl Ibarra Corretgé 2022-01-21 09:36:19 +01:00 committed by Saúl Ibarra Corretgé
parent 3da8f4a25d
commit f2a1a2cca9
3 changed files with 510 additions and 388 deletions

894
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -165,7 +165,7 @@
"webpack": "5.57.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.9.0",
"webpack-dev-server": "4.3.1"
"webpack-dev-server": "4.7.3"
},
"engines": {
"node": ">=14.0.0",

View File

@ -249,7 +249,6 @@ function getDevServerConfig() {
warnings: false
}
},
https: true,
host: '127.0.0.1',
hot: true,
proxy: {
@ -262,6 +261,7 @@ function getDevServerConfig() {
}
}
},
server: 'https',
static: {
directory: process.cwd()
}