mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
swap colors
This commit is contained in:
parent
1dc6a9d788
commit
7dddb19697
@ -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'
|
||||
}))
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user