We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9523e commit 80f7ac2Copy full SHA for 80f7ac2
src/index.js
@@ -93,7 +93,7 @@ export default class WebpackBarPlugin extends webpack.ProgressPlugin {
93
const time = process.hrtime(this.state.start);
94
if (this.options.minimal) {
95
this.options.stream.write(
96
- `Compiled ${this.options.name} in ${prettyTime(this.state.time)}\n`
+ `Compiled ${this.options.name} in ${prettyTime(time)}\n`
97
);
98
} else {
99
this.logUpdate.clear();
0 commit comments