]> git.wincent.com - hextrapolate.git/blobdiff - .babelrc
Implement `convert` function
[hextrapolate.git] / .babelrc
index ce840ab86460878600ba8b3dcc3ab29e877e6ba2..019f402363aaa4970d80c1079a96916bcfc9feb8 100644 (file)
--- a/.babelrc
+++ b/.babelrc
@@ -1,3 +1,8 @@
 {
-  "stage": 0
-}
\ No newline at end of file
+  "optional": [
+    "es7.asyncFunctions",
+    "es7.classProperties",
+    "es7.decorators",
+    "es7.objectRestSpread"
+  ]
+}