Skip to content

Commit

Permalink
Disable chatty webpack stats in karma
Browse files Browse the repository at this point in the history
  • Loading branch information
James Glover committed Jun 2, 2020
1 parent 0bba0a7 commit 2ecb696
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 @@ -71,6 +71,9 @@ module.exports = function(config) {
// how many browser should be started simultaneous
concurrency: Infinity,

webpack: webpackConfig
webpack: webpackConfig,
webpackMiddleware: {
stats: 'errors-only',
},
})
}

0 comments on commit 2ecb696

Please sign in to comment.