We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92eabd commit 737eaa5Copy full SHA for 737eaa5
lib/ProgressPlugin.js
@@ -83,7 +83,7 @@ class ProgressPlugin {
83
const states = new Array(compiler.compilers.length);
84
compiler.compilers.forEach((compiler, idx) => {
85
new ProgressPlugin((p, msg, ...args) => {
86
- states[idx] = args;
+ states[idx] = [p, msg, ...args];
87
handler(
88
states
89
.map(state => (state && state[0]) || 0)
0 commit comments