Skip to content
Snippets Groups Projects
Commit d6e4cf6f authored by mariusz-jachimowicz-83's avatar mariusz-jachimowicz-83
Browse files

allow to reduce webpack-dev-server stats

parent 45219bc2
Branches
Tags
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.
Please register or to comment