Skip to content

Commit

Permalink
Merge pull request #767 from OpenGeoscience/reduce-webpack-output
Browse files Browse the repository at this point in the history
Reduce webpack output when run with karma.
  • Loading branch information
manthey authored Feb 6, 2018
2 parents b4a8760 + 1bec09b commit 2136f98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions karma-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ module.exports = function (config) {
},
resolve: webpack_config.resolve,
plugins: webpack_config.exposed_plugins
},
webpackMiddleware: {
stats: 'errors-only'
}
};
newConfig.preprocessors[test_case] = ['webpack', 'sourcemap'];
Expand Down

0 comments on commit 2136f98

Please sign in to comment.