Skip to content

Commit 8b8d645

Browse files
chore(karma): use minimal webpack stats
1 parent 4e277c8 commit 8b8d645

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
@@ -64,7 +64,7 @@ module.exports = function (karma) {
6464
},
6565

6666
webpackMiddleware: {
67-
stats: { chunks: false },
67+
stats: 'minimal',
6868
},
6969

7070
files: ['test/index.js'],

0 commit comments

Comments
 (0)