don't depend in the value of bundlePath

This commit is contained in:
Nuckyz 2024-05-31 19:58:26 -03:00
parent fbb7ee50dd
commit cbd9a9312c
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -73,8 +73,6 @@ define(Function.prototype, "m", {
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);
}