Skip to content

Commit

Permalink
Moved preset for babel to env
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Mar 12, 2018
1 parent 4a9d801 commit 3ab7970
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,5 +1,5 @@
{
"presets": ["es2015"],
"presets": ["env"],
"env": {
"test": {
"plugins": [
Expand Down

0 comments on commit 3ab7970

Please sign in to comment.