feat(cli): bump webpack-dev-server v4 (#9292)

* feat(cli): bump webpack-dev-server v4

* fix: deps
This commit is contained in:
neverland
2021-08-19 20:18:37 +08:00
committed by GitHub
parent 91aaddca3d
commit c67127541e
6 changed files with 309 additions and 774 deletions
@@ -49,9 +49,11 @@ export function getSiteDevBaseConfig(): WebpackConfig {
devServer: {
port: 8080,
host: '0.0.0.0',
stats: 'errors-only',
publicPath: '/',
disableHostCheck: true,
allowedHosts: 'all',
devMiddleware: {
stats: 'errors-only',
publicPath: '/',
},
},
resolve: {
alias: {