Skip to content

Commit c2632ef

Browse files
committed
revert: revert 100% check condition
1 parent c0aaeb3 commit c2632ef

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/plugin.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ export default class WebpackBarPlugin extends webpack.ProgressPlugin {
148148
updateProgress(percent = 0, message = '', details = []) {
149149
const progress = Math.floor(percent * 100);
150150

151-
if (this.progress === 100) {
152-
return;
153-
}
154-
155151
Object.assign(this.state, {
156152
progress,
157153
message: message || '',

0 commit comments

Comments
 (0)