fix: cleanup progress

This commit is contained in:
Pooya Parsa 2018-03-12 03:12:34 +03:30
parent 16821361a0
commit 096e22affd

View File

@ -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) => {