mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
fix(cli): update dev server config
This commit is contained in:
parent
9bad715ad9
commit
a7c3ce989e
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user