Revert "fix(cli): update dev server config"

This reverts commit a7c3ce989e5f42d395fabe1124560b4ebaec6c46.
This commit is contained in:
chenjiahan 2021-01-22 17:36:15 +08:00
parent 28383aac21
commit 3a4422e67e

View File

@ -48,13 +48,11 @@ export function getSiteDevBaseConfig(): WebpackConfig {
},
devServer: {
port: 8080,
quiet: true,
host: '0.0.0.0',
dev: {
publicPath: '/',
},
},
infrastructureLogging: {
level: 'warn',
stats: 'errors-only',
publicPath: '/',
disableHostCheck: true,
},
resolve: {
alias: {