Browse Source

Enable useBuiltIns option of transform-object-rest-spread (#3737)

closed-social-v3
Yamagishi Kazutoshi 7 years ago
committed by Eugen Rochko
parent
commit
c1b9ae7fc2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .babelrc

+ 1
- 1
.babelrc View File

@ -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…
Cancel
Save