From 388db1c2d13c987234fd1810b91aa53d7934aaa9 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 13 Mar 2018 12:22:07 +0330 Subject: [PATCH] improve progress --- lib/builder/webpack/plugins/progress.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/builder/webpack/plugins/progress.js b/lib/builder/webpack/plugins/progress.js index 517c709ea9..6475921323 100644 --- a/lib/builder/webpack/plugins/progress.js +++ b/lib/builder/webpack/plugins/progress.js @@ -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,