Enable useBuiltIns option of transform-object-rest-spread (#3737)
This commit is contained in:
parent
dc8a6244fc
commit
c1b9ae7fc2
1 changed files with 1 additions and 1 deletions
2
.babelrc
2
.babelrc
|
@ -14,7 +14,7 @@
|
|||
],
|
||||
"plugins": [
|
||||
"syntax-dynamic-import",
|
||||
"transform-object-rest-spread",
|
||||
["transform-object-rest-spread", { "useBuiltIns": true }],
|
||||
"transform-class-properties",
|
||||
[
|
||||
"react-intl",
|
||||
|
|
Loading…
Reference in a new issue