mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +00:00
progress badge color
This commit is contained in:
parent
40541fdc5e
commit
05652d72c8
@ -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'))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user