swap colors

This commit is contained in:
Pooya Parsa 2018-03-13 20:12:43 +03:30
parent 1dc6a9d788
commit 7dddb19697

View File

@ -136,7 +136,7 @@ module.exports = function webpackBaseConfig({ name, isServer }) {
config.plugins.push(new ProgressPlugin({
spinner: this.spinner,
name: isServer ? 'server' : 'client',
color: isServer ? 'green' : 'orange'
color: isServer ? 'orange' : 'green'
}))
}