diff --git a/lib/builder/builder.js b/lib/builder/builder.js index 2f90f7b14a..d0c6cfcc84 100644 --- a/lib/builder/builder.js +++ b/lib/builder/builder.js @@ -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