X-Git-Url: https://git.wincent.com/hextrapolate.git/blobdiff_plain/26699532b510de68d137f32fb14889404208cb11..b5d76fc2225343d7241d32051c1a67d421c48513:/.babelrc diff --git a/.babelrc b/.babelrc index ce840ab..019f402 100644 --- 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" + ] +}