progress badge color

This commit is contained in:
Pooya Parsa 2018-03-23 19:38:01 +04:30
parent 40541fdc5e
commit 05652d72c8

View File

@ -76,7 +76,7 @@ export default class ProgressPlugin extends webpack.ProgressPlugin {
if (!isRunning) {
logUpdate.clear()
} else {
const title = chalk.bgRedBright.black('BUILDING')
const title = chalk.bgBlue.black('BUILDING')
logUpdate('\n' + title + '\n\n' + lines.join('\n'))
}