Skip to content

Commit

Permalink
Switch to asyncToGenerator babel transform, enable sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Sep 11, 2015
1 parent 24909ce commit b0e075f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .babelrc
@@ -1,3 +1,5 @@
{
"stage": 0
"stage": 0,
"optional": ["asyncToGenerator"],
"sourceMaps": "inline"
}
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -7,7 +7,7 @@ indent_style = tab
[*rc]
indent_style = space

[*.json]
[{package.json}]
indent_style = space

[*.font]
Expand Down

0 comments on commit b0e075f

Please sign in to comment.