fix(cli): update dev server config

This commit is contained in:
chenjiahan 2021-01-12 11:44:30 +08:00
parent 9bad715ad9
commit a7c3ce989e

View File

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