forgot this!
This commit is contained in:
parent
5ca4e58fad
commit
688449ed62
|
@ -11,7 +11,7 @@ import { PatchReplacement } from "@utils/types";
|
||||||
|
|
||||||
import { traceFunction } from "../debug/Tracer";
|
import { traceFunction } from "../debug/Tracer";
|
||||||
import { patches } from "../plugins";
|
import { patches } from "../plugins";
|
||||||
import { _initWebpack, beforeInitListeners, factoryListeners, ModuleFactory, moduleListeners, subscriptions, WebpackRequire, wreq } from ".";
|
import { _initWebpack, beforeInitListeners, factoryListeners, ModuleFactory, moduleListeners, OnChunksLoaded, subscriptions, WebpackRequire, wreq } from ".";
|
||||||
|
|
||||||
const logger = new Logger("WebpackInterceptor", "#8caaee");
|
const logger = new Logger("WebpackInterceptor", "#8caaee");
|
||||||
const initCallbackRegex = canonicalizeMatch(/{return \i\(".+?"\)}/);
|
const initCallbackRegex = canonicalizeMatch(/{return \i\(".+?"\)}/);
|
||||||
|
@ -93,7 +93,7 @@ Object.defineProperty(Function.prototype, "O", {
|
||||||
Object.defineProperty(onChunksLoaded, "j", {
|
Object.defineProperty(onChunksLoaded, "j", {
|
||||||
configurable: true,
|
configurable: true,
|
||||||
|
|
||||||
set(v) {
|
set(v: OnChunksLoaded["j"]) {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
delete onChunksLoaded.j;
|
delete onChunksLoaded.j;
|
||||||
onChunksLoaded.j = v;
|
onChunksLoaded.j = v;
|
||||||
|
|
Loading…
Reference in a new issue