Skip to content

Commit ab32217

Browse files
committed
fix: remove extra state field
1 parent 007c9c5 commit ab32217

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export default class WebpackBarPlugin extends webpack.ProgressPlugin {
3838
isRunning: false,
3939
color: this.options.color,
4040
profile: this.options.profile ? new Profile(this.options.name) : null,
41-
status: 'idle',
4241
};
4342
}
4443
this.state = this.states[this.options.name];

0 commit comments

Comments
 (0)