Skip to content

Commit

Permalink
Remove ES3-specific transforms (#12716)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 30, 2018
1 parent dcc854b commit 9a9f547
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
["transform-es2015-spread", { "loose": true }],
"transform-es2015-parameters",
["transform-es2015-destructuring", { "loose": true }],
["transform-es2015-block-scoping", { "throwIfClosureRequired": true }],
"transform-es3-member-expression-literals",
"transform-es3-property-literals"
["transform-es2015-block-scoping", { "throwIfClosureRequired": true }]
]
}

0 comments on commit 9a9f547

Please sign in to comment.