don't depend in the value of bundlePath
This commit is contained in:
parent
fbb7ee50dd
commit
cbd9a9312c
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue