Skip to content

Commit

Permalink
switches preset in karma config
Browse files Browse the repository at this point in the history
  • Loading branch information
istateside committed Jan 12, 2018
1 parent 6cf0de6 commit f86a85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function(config) {
use: {
loader: 'babel-loader',
options: {
presets: ['env']
presets: ['es2015']
}
}
}
Expand Down

0 comments on commit f86a85e

Please sign in to comment.