Fixes #4516 and any other code that hoists into a scope where function params are destructured.
7 lines
219 B
JSON
7 lines
219 B
JSON
{
|
|
|
|
"plugins": ["transform-es2015-destructuring", "transform-es2015-parameters",
|
|
"transform-es2015-spread", "syntax-object-rest-spread",
|
|
"transform-react-constant-elements", "syntax-jsx"]
|
|
}
|