From 096e22affd23706aabd3ff64430a7105751c8b00 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 12 Mar 2018 03:12:34 +0330 Subject: [PATCH] fix: cleanup progress --- lib/builder/webpack/plugins/progress.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/builder/webpack/plugins/progress.js b/lib/builder/webpack/plugins/progress.js index a36ad235b4..9ee9ffa6e3 100644 --- a/lib/builder/webpack/plugins/progress.js +++ b/lib/builder/webpack/plugins/progress.js @@ -8,7 +8,8 @@ module.exports = function ProgressPlugin({ color, pcolor, title }) { filled: '█', blank: '█', total: 100, - width: 25 + width: 25, + clear: true }) return new webpack.ProgressPlugin((percent, msg) => {