From e21a6be4b640a20e6d72e88419eb3e63f05f4b6b Mon Sep 17 00:00:00 2001 From: Nuckyz <61953774+Nuckyz@users.noreply.github.com> Date: Fri, 31 May 2024 06:19:57 -0300 Subject: [PATCH] sfdsfdsfdsf --- src/webpack/patchWebpack.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpack/patchWebpack.ts b/src/webpack/patchWebpack.ts index 4a609666f..8c974f28e 100644 --- a/src/webpack/patchWebpack.ts +++ b/src/webpack/patchWebpack.ts @@ -71,12 +71,12 @@ define(Function.prototype, "m", { set(this: WebpackRequire, bundlePath: WebpackRequire["p"]) { define(this, "p", { value: bundlePath }); + clearTimeout(setterTimeout); if (bundlePath !== "/assets/") return; logger.info("Main Webpack found" + interpolateIfDefined` in ${fileName}` + ", initializing internal references to WebpackRequire"); _initWebpack(this); - clearTimeout(setterTimeout); } }); // setImmediate to clear this property setter if this is not the main Webpack.