mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 09:35:48 +00:00
5dc40afbf6
Summary: Adds babel-plugin-transform-es2015-for-of to babel configuration. public Reviewed By: tadeuzagallo Differential Revision: D2712220 fb-gh-sync-id: cc6dd9e6e70946607ef9bb9f659eb628cf2eb555
31 lines
934 B
Plaintext
31 lines
934 B
Plaintext
{
|
|
"retainLines": true,
|
|
"compact": true,
|
|
"comments": false,
|
|
"plugins": [
|
|
"syntax-async-functions",
|
|
"syntax-class-properties",
|
|
"syntax-trailing-function-commas",
|
|
"transform-class-properties",
|
|
"transform-es2015-arrow-functions",
|
|
"transform-es2015-block-scoping",
|
|
"transform-es2015-classes",
|
|
"transform-es2015-computed-properties",
|
|
"transform-es2015-constants",
|
|
"transform-es2015-destructuring",
|
|
["transform-es2015-modules-commonjs", {"strict": false, "allowTopLevelThis": true}],
|
|
"transform-es2015-parameters",
|
|
"transform-es2015-shorthand-properties",
|
|
"transform-es2015-spread",
|
|
"transform-es2015-template-literals",
|
|
"transform-flow-strip-types",
|
|
"transform-object-assign",
|
|
"transform-object-rest-spread",
|
|
"transform-react-display-name",
|
|
"transform-react-jsx",
|
|
"transform-regenerator",
|
|
"transform-es2015-for-of"
|
|
],
|
|
"sourceMaps": false
|
|
}
|