fix(core): bundle-config-loader global handling (#8838)

This commit is contained in:
Martin Guillon
2020-09-10 05:46:50 +02:00
committed by Nathan Walker
parent 8b4ba73741
commit bd00e1fa87

View File

@ -358,3 +358,6 @@ export function initGlobal() {
};
}
}
if (!global.NativeScriptHasInitGlobal) {
initGlobal();
}