chore: Display dev server info by default

This commit is contained in:
iamkun 2019-04-09 18:08:28 +08:00 committed by Zhi Cun
parent 330800016d
commit f06ef4d82d

View File

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