Skip to content

Commit

Permalink
fixed env
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Nov 2, 2017
1 parent a97aff7 commit d03f709
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compact": true,
"sourceMap": "inline",
"presets": [ "env" ],
"plugins": [ "transform-runtime", "transform-es2015-modules-commonjs" ]
}
"compact": true,
"sourceMap": "inline",
"presets": ["es2015"],
"plugins": [ "transform-runtime", "transform-es2015-modules-commonjs" ]
}

0 comments on commit d03f709

Please sign in to comment.