Upgrades to Babel 6

This commit is contained in:
Zeno Rocha
2016-02-02 13:11:25 -08:00
parent d50f2fb73f
commit ee1eb455f4
2 changed files with 15 additions and 11 deletions

View File

@@ -19,7 +19,9 @@ module.exports = function(karma) {
browserify: {
debug: true,
transform: ['babelify']
transform: [
['babelify', { presets: ['es2015'] }]
]
},
browsers: ['PhantomJS']