Merge branch 'modules-proxy-patches' into immediate-finds-modules-proxy

This commit is contained in:
Nuckyz 2024-05-24 05:24:59 -03:00
commit 35f950c6e3
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -116,7 +116,7 @@ Object.defineProperty(Function.prototype, "m", {
set(this: WebpackRequire, v: WebpackRequire["p"]) {
if (v !== "/assets/") return;
logger.info("Main Webpack found, initializing internal references to WebpackRequire ");
logger.info("Main Webpack found, initializing internal references to WebpackRequire");
_initWebpack(this);
clearTimeout(setterTimeout);