We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c744e commit 4507284Copy full SHA for 4507284
karma.conf.js
@@ -49,7 +49,7 @@ module.exports = function karmaConfig (config) {
49
50
// Hide webpack build information from output
51
webpackMiddleware: {
52
- noInfo: true
+ noInfo: 'errors-only'
53
}
54
});
55
};
webpack.config.js
@@ -197,12 +197,7 @@ module.exports = function makeWebpackConfig () {
197
*/
198
config.devServer = {
199
contentBase: './src/public',
200
- stats: {
201
- modules: false,
202
- cached: false,
203
- colors: true,
204
- chunk: false
205
- }
+ stats: 'minimal'
206
207
208
return config;
0 commit comments