Skip to content

Commit

Permalink
refactor(build): improve incremental app build times (tidev#10805)
Browse files Browse the repository at this point in the history
 improve incremental app build times on iOS and Android

* move to async/await
* let errors bubble up to builder

Fixes TIMOB-27043
  • Loading branch information
janvennemann authored and hansemannn committed Jun 24, 2019
1 parent 106dc5f commit 33164d8
Show file tree
Hide file tree
Showing 6 changed files with 595 additions and 334 deletions.
7 changes: 7 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@
"ecmaVersion": 2017,
"sourceType": "module"
}
},
{
"files": [ "cli/lib/tasks/*.js" ],
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module"
}
}
]
}

0 comments on commit 33164d8

Please sign in to comment.