chore: Display dev server info by default

pull/15053/head
iamkun 2019-04-09 18:08:28 +08:00 committed by Zhi Cun
parent 330800016d
commit f06ef4d82d
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ const webpackConfig = {
devServer: { devServer: {
host: '0.0.0.0', host: '0.0.0.0',
port: 8085, port: 8085,
publicPath: '/', publicPath: '/'
noInfo: true
}, },
performance: { performance: {
hints: false hints: false