Skip to content

Commit

Permalink
fix: remove extra state field
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 2, 2018
1 parent 007c9c5 commit ab32217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export default class WebpackBarPlugin extends webpack.ProgressPlugin {
isRunning: false,
color: this.options.color,
profile: this.options.profile ? new Profile(this.options.name) : null,
status: 'idle',
};
}
this.state = this.states[this.options.name];
Expand Down

0 comments on commit ab32217

Please sign in to comment.