Merge pull request #3013 from NativeScript/hdeshev/bundle-config

Fix bundle-entry-points by importing globals first.
This commit is contained in:
Hristo Deshev
2016-11-04 17:51:14 +02:00
committed by GitHub

View File

@@ -1,4 +1,6 @@
if (global.TNS_WEBPACK) {
require("globals");
// Register "dynamically" loaded module that need to be resolved by the
// XML/component builders.