mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
green spinner :)
This commit is contained in:
parent
56dbb843ef
commit
90c9d9bb5c
@ -38,6 +38,7 @@ module.exports = class Builder {
|
||||
this.filesWatcher = null
|
||||
this.customFilesWatcher = null
|
||||
this.spinner = new ORA()
|
||||
this.spinner.color = 'green'
|
||||
|
||||
// Mute stats on dev
|
||||
this.webpackStats = this.options.dev ? false : this.options.build.stats
|
||||
|
Loading…
Reference in New Issue
Block a user