summaryrefslogtreecommitdiff
path: root/.babelrc
diff options
context:
space:
mode:
Diffstat (limited to '.babelrc')
-rw-r--r--.babelrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.babelrc b/.babelrc
index 913eb6a..911ec28 100644
--- a/.babelrc
+++ b/.babelrc
@@ -1,5 +1,8 @@
{
- "plugins": ["transform-es2015-modules-commonjs"],
+ "plugins": [
+ "transform-es2015-modules-commonjs",
+ "syntax-async-generators"
+ ],
"env": {
"test": {
"plugins": ["istanbul"]