Skip to content

Commit ef1ba9c

Browse files
committed
Fix babel config for karma
1 parent f54173b commit ef1ba9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module.exports = function(config) {
4646
{
4747
test: /\.jsx?$/,
4848
exclude: /node_modules/,
49-
loader: 'babel-loader?loose=es6.modules'
49+
loader: 'babel-loader'
5050
}
5151
]
5252
}

0 commit comments

Comments
 (0)