Skip to content

Commit

Permalink
should not forget about this
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckyz committed May 2, 2024
1 parent 6a72244 commit 1b4c69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webpack/patchWebpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Object.defineProperty(Function.prototype, "O", {
originalOnChunksLoaded.apply(this, arguments as any);
};

onChunksLoaded.toString = originalOnChunksLoaded.toString.bind(originalOnChunksLoaded);
}

Object.defineProperty(this, "O", {
Expand Down

0 comments on commit 1b4c69a

Please sign in to comment.