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 GitHub
parent bd04a4710f
commit 1623a567b6

View File

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