From a7c3ce989e5f42d395fabe1124560b4ebaec6c46 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Tue, 12 Jan 2021 11:44:30 +0800 Subject: [PATCH] fix(cli): update dev server config --- packages/vant-cli/src/config/webpack.site.dev.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/vant-cli/src/config/webpack.site.dev.ts b/packages/vant-cli/src/config/webpack.site.dev.ts index c017b243e..acd6e98f1 100644 --- a/packages/vant-cli/src/config/webpack.site.dev.ts +++ b/packages/vant-cli/src/config/webpack.site.dev.ts @@ -48,11 +48,13 @@ export function getSiteDevBaseConfig(): WebpackConfig { }, devServer: { port: 8080, - quiet: true, host: '0.0.0.0', - stats: 'errors-only', - publicPath: '/', - disableHostCheck: true, + dev: { + publicPath: '/', + }, + }, + infrastructureLogging: { + level: 'warn', }, resolve: { alias: {