Browse Source

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

closed-social-glitch-2
Yamagishi Kazutoshi 6 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": [
"syntax-dynamic-import",
"transform-object-rest-spread",
["transform-object-rest-spread", { "useBuiltIns": true }],
"transform-class-properties",
[
"react-intl",

Loading…
Cancel
Save