green spinner :)

This commit is contained in:
Pooya Parsa 2018-03-13 15:40:36 +03:30
parent 56dbb843ef
commit 90c9d9bb5c

View File

@ -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