mirror of https://github.com/ElemeFE/element
chore: Display dev server info by default
parent
330800016d
commit
f06ef4d82d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue