Skip to content

Commit 8ab9d74

Browse files
committed
fix usage of karma.conf with webpack 2
1 parent b630175 commit 8ab9d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = function (config) {
3131

3232
webpack: {
3333
devtool: 'inline-source-map',
34-
entry: {},
34+
entry: '',
3535
performance: {
3636
hints: false
3737
},

0 commit comments

Comments
 (0)