Enable useBuiltIns option of transform-object-rest-spread (#3737)
parent
dc8a6244fc
commit
c1b9ae7fc2
2
.babelrc
2
.babelrc
|
@ -14,7 +14,7 @@
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"syntax-dynamic-import",
|
"syntax-dynamic-import",
|
||||||
"transform-object-rest-spread",
|
["transform-object-rest-spread", { "useBuiltIns": true }],
|
||||||
"transform-class-properties",
|
"transform-class-properties",
|
||||||
[
|
[
|
||||||
"react-intl",
|
"react-intl",
|
||||||
|
|
Loading…
Reference in New Issue