about summary refs log tree commit diff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc10
1 files changed, 9 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 716f88775..e80364f0f 100644
--- a/.babelrc
+++ b/.babelrc
@@ -32,7 +32,15 @@
     },
     "production": {
       "plugins": [
-        "lodash"
+        "lodash",
+        [
+          "transform-runtime",
+          {
+            "helpers": true,
+            "polyfill": false,
+            "regenerator": false
+          }
+        ]
       ]
     },
     "test": {