Skip to content
Snippets Groups Projects
Commit f18da753 authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Merge pull request #4402 from mariusz-jachimowicz-83/reduce_stats_noise

Allow to reduce webpack-dev-server stats noise
parents fd5aeb18 d6e4cf6f
No related branches found
No related tags found
No related merge requests found
......@@ -213,6 +213,8 @@ if (NODE_ENV === "hot") {
hot: true,
inline: true,
contentBase: "frontend"
// if you want to reduce stats noise
// stats: 'minimal' // values: none, errors-only, minimal, normal, verbose
};
config.plugins.unshift(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment