mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #3013 from NativeScript/hdeshev/bundle-config
Fix bundle-entry-points by importing globals first.
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
if (global.TNS_WEBPACK) {
|
if (global.TNS_WEBPACK) {
|
||||||
|
require("globals");
|
||||||
|
|
||||||
// Register "dynamically" loaded module that need to be resolved by the
|
// Register "dynamically" loaded module that need to be resolved by the
|
||||||
// XML/component builders.
|
// XML/component builders.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user