mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(core): bundle-config-loader global handling (#8838)
This commit is contained in:
committed by
Nathan Walker
parent
8b4ba73741
commit
bd00e1fa87
@@ -358,3 +358,6 @@ export function initGlobal() {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!global.NativeScriptHasInitGlobal) {
|
||||||
|
initGlobal();
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user