mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
fix: cleanup progress
This commit is contained in:
parent
16821361a0
commit
096e22affd
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user