mirror of
https://github.com/status-im/metro.git
synced 2025-01-10 02:55:46 +00:00
a88f69e482
Reviewed By: vjeux Differential Revision: D2626155 fb-gh-sync-id: e919c8fb8bbf139bcd979ee2738c7ec4fc9eba74
30 lines
903 B
Plaintext
30 lines
903 B
Plaintext
{
|
|
"retainLines": true,
|
|
"compact": true,
|
|
"comments": false,
|
|
"plugins": [
|
|
"syntax-async-functions",
|
|
"syntax-class-properties",
|
|
"syntax-trailing-function-commas",
|
|
"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-class-properties",
|
|
"transform-flow-strip-types",
|
|
"transform-object-assign",
|
|
"transform-object-rest-spread",
|
|
"transform-react-display-name",
|
|
"transform-react-jsx",
|
|
"transform-regenerator"
|
|
],
|
|
"sourceMaps": false
|
|
}
|