Skip to content

Commit

Permalink
babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Mårten Wikström committed Mar 13, 2018
1 parent e8c05e3 commit d5639e2
Show file tree
Hide file tree
Showing 4 changed files with 8,355 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .babelrc
@@ -0,0 +1,10 @@
{
"presets": [
"es2015", "stage-2"
],
"plugins": [
["transform-runtime", {
"polyfill": false,
"regenerator": true
}]
]}

0 comments on commit d5639e2

Please sign in to comment.