improve progress

This commit is contained in:
Pooya Parsa 2018-03-13 12:22:07 +03:30
parent fab9b44890
commit 388db1c2d1

View File

@ -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,