Skip to content

Commit

Permalink
Changed babel-preset-es2015 to env
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarw committed Oct 2, 2017
1 parent 68d21f1 commit fccee4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": [["es2015", { "modules": false }], "stage-2"],
"presets": [["env", { "modules": false }], "stage-2"],
"ignore": ["node_modules/*"]
}

0 comments on commit fccee4d

Please sign in to comment.