mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
improve progress
This commit is contained in:
parent
fab9b44890
commit
388db1c2d1
@ -37,7 +37,7 @@ module.exports = class ProgressPlugin extends webpack.ProgressPlugin {
|
||||
|
||||
// https://github.com/bubkoo/ascii-progress
|
||||
this.bar = new ProgressBar({
|
||||
schema: `${this.options.title}.${this.options.color} >.grey :filled.${this.options.pcolor}:blank.white :msg.grey`,
|
||||
schema: `[${this.options.title}].${this.options.color} :filled.${this.options.pcolor}:blank.white :msg.grey`,
|
||||
filled: '█',
|
||||
blank: '█',
|
||||
total: 100,
|
||||
|
Loading…
Reference in New Issue
Block a user