patchWebpack: Fix toString on replaced factory methods

This commit is contained in:
Vendicated 2022-09-16 20:52:51 +02:00
parent 66098b181a
commit 37e81c017e
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3

View file

@ -74,6 +74,8 @@ function patchPush() {
}
}
};
modules[id].toString = () => mod.toString();
modules[id].original = originalMod;
for (let i = 0; i < patches.length; i++) {
const patch = patches[i];