Skip to content

Commit

Permalink
.babelrc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kennetpostigo committed Mar 9, 2016
1 parent 6789093 commit b8f829d
Show file tree
Hide file tree
Showing 5 changed files with 4,557 additions and 1,803 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Expand Up @@ -4,5 +4,12 @@
"transform-runtime",
"syntax-async-functions",
"transform-async-to-generator"
]
],
"env": {
"commonjs": {
"plugins": [
["transform-es2015-modules-commonjs", { "loose": true }]
]
},
}
}

0 comments on commit b8f829d

Please sign in to comment.