Skip to content

Commit

Permalink
Fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingun committed Apr 22, 2018
1 parent 59fc24b commit 316fff2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ module.exports = function(config) {
browserify: {
debug: true,
transform: [
['babelify', { global: true, presets: ['env'], useBuiltIns: true, debug: true }]
['babelify', {
global: true,
presets: ['env', { useBuiltIns: true, debug: true }],
}]
]
},

Expand Down

0 comments on commit 316fff2

Please sign in to comment.