fix bundle-config-loader order

# Conflicts:
#	packages/core/globals/index.ts
This commit is contained in:
Martin Guillon
2020-09-09 23:09:30 +02:00
parent 8bc5abe01b
commit 02d4f4bc2f
7 changed files with 8 additions and 20 deletions

View File

@ -360,4 +360,4 @@ export function initGlobal() {
}
if (!global.NativeScriptHasInitGlobal) {
initGlobal();
}
}