about summary refs log tree commit diff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 139b5b711..081c4f963 100644
--- a/.babelrc
+++ b/.babelrc
@@ -14,7 +14,7 @@
   ],
   "plugins": [
     "syntax-dynamic-import",
-    "transform-object-rest-spread",
+    ["transform-object-rest-spread", { "useBuiltIns": true }],
     "transform-class-properties",
     [
       "react-intl",