patchWebpack: Fix toString on replaced factory methods
This commit is contained in:
parent
66098b181a
commit
37e81c017e
|
@ -74,6 +74,8 @@ function patchPush() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
modules[id].toString = () => mod.toString();
|
||||||
|
modules[id].original = originalMod;
|
||||||
|
|
||||||
for (let i = 0; i < patches.length; i++) {
|
for (let i = 0; i < patches.length; i++) {
|
||||||
const patch = patches[i];
|
const patch = patches[i];
|
||||||
|
|
Loading…
Reference in a new issue