refactoring circular imports

This commit is contained in:
Hristo Hristov
2017-03-06 14:01:22 +02:00
parent 347755367e
commit ea22eb9c20
82 changed files with 2229 additions and 2188 deletions

View File

@@ -9,7 +9,10 @@
"appRoot": "${workspaceRoot}",
"sourceMaps": true,
"watch": true,
"stopOnEntry": true
"stopOnEntry": true,
"tnsArgs": [
"--sync-all-files"
]
},
{
"name": "Attach on iOS",
@@ -28,7 +31,10 @@
"appRoot": "${workspaceRoot}",
"sourceMaps": true,
"watch": true,
"stopOnEntry": true
"stopOnEntry": false,
"tnsArgs": [
"--sync-all-files"
]
},
{
"name": "Attach on Android",