mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +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
|
// https://github.com/bubkoo/ascii-progress
|
||||||
this.bar = new ProgressBar({
|
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: '█',
|
filled: '█',
|
||||||
blank: '█',
|
blank: '█',
|
||||||
total: 100,
|
total: 100,
|
||||||
|
Loading…
Reference in New Issue
Block a user