mirror of
https://github.com/status-im/react-native.git
synced 2025-02-24 23:28:12 +00:00
Revert D4559167: packager: introducing async/await
Differential Revision: D4559167 fbshipit-source-id: de887a737ad1d02ef07a431ee0713d0bad65eb85
This commit is contained in:
parent
167ac4993a
commit
8be2a27aab
@ -128,7 +128,6 @@
|
|||||||
"babel-generator": "^6.23.0",
|
"babel-generator": "^6.23.0",
|
||||||
"babel-plugin-external-helpers": "^6.22.0",
|
"babel-plugin-external-helpers": "^6.22.0",
|
||||||
"babel-plugin-syntax-trailing-function-commas": "^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-flow-strip-types": "^6.22.0",
|
||||||
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
"babel-plugin-transform-object-rest-spread": "^6.23.0",
|
||||||
"babel-polyfill": "^6.23.0",
|
"babel-polyfill": "^6.23.0",
|
||||||
|
@ -26,7 +26,6 @@ function config(onlyList) {
|
|||||||
'transform-flow-strip-types',
|
'transform-flow-strip-types',
|
||||||
'syntax-trailing-function-commas',
|
'syntax-trailing-function-commas',
|
||||||
'transform-object-rest-spread',
|
'transform-object-rest-spread',
|
||||||
'transform-async-to-generator',
|
|
||||||
],
|
],
|
||||||
only: _only,
|
only: _only,
|
||||||
retainLines: true,
|
retainLines: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user