Revert "Upgrades to Babel 6"

This reverts commit ee1eb455f4.
This commit is contained in:
Zeno Rocha
2016-02-03 08:22:35 -08:00
parent 8392a7ba1c
commit e86dc2caa2
2 changed files with 11 additions and 15 deletions

View File

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