Skip to content

Commit

Permalink
Fix test Babel override to use env preset
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Apr 25, 2017
1 parent f11aa35 commit bc60c50
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
Expand Up @@ -32,7 +32,7 @@
]
},
"test": {
"presets": [ "latest" ]
"presets": [ "env" ]
}
}
}

0 comments on commit bc60c50

Please sign in to comment.