mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
fix: load globals first
This commit is contained in:

committed by
Nathan Walker

parent
a1abd07c73
commit
110ec92333
@ -1,3 +1,4 @@
|
||||
import { merge } from 'webpack-merge';
|
||||
import { getValue } from './config';
|
||||
import { getAllDependencies, getDependencyPath } from './dependencies';
|
||||
import { determineProjectFlavor } from './flavor';
|
||||
@ -16,6 +17,7 @@ import {
|
||||
// that show all the utils inline
|
||||
// rather than imports to types
|
||||
export default {
|
||||
merge,
|
||||
config: {
|
||||
getValue,
|
||||
},
|
||||
@ -27,9 +29,9 @@ export default {
|
||||
determineProjectFlavor,
|
||||
},
|
||||
log: {
|
||||
error,
|
||||
info,
|
||||
warn,
|
||||
error,
|
||||
},
|
||||
project: {
|
||||
getProjectRootPath,
|
||||
|
Reference in New Issue
Block a user