mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +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({
|
config.plugins.push(new ProgressPlugin({
|
||||||
spinner: this.spinner,
|
spinner: this.spinner,
|
||||||
name: isServer ? 'server' : 'client',
|
name: isServer ? 'server' : 'client',
|
||||||
color: isServer ? 'green' : 'orange'
|
color: isServer ? 'orange' : 'green'
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user