Revert D4559167: packager: introducing async/await

Differential Revision: D4559167

fbshipit-source-id: de887a737ad1d02ef07a431ee0713d0bad65eb85
This commit is contained in:
Jean Lauliac 2017-02-16 10:57:45 -08:00 committed by Facebook Github Bot
parent 167ac4993a
commit 8be2a27aab
2 changed files with 0 additions and 2 deletions

View File

@ -128,7 +128,6 @@
"babel-generator": "^6.23.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-trailing-function-commas": "^6.22.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",

View File

@ -26,7 +26,6 @@ function config(onlyList) {
'transform-flow-strip-types',
'syntax-trailing-function-commas',
'transform-object-rest-spread',
'transform-async-to-generator',
],
only: _only,
retainLines: true,