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

Merge pull request #4401 from mariusz-jachimowicz-83/fix_watching

Fix watching files changes for webpack-dev-server
parents 37ff73cd e6f0c453
No related branches found
No related tags found
No related merge requests found
......@@ -214,6 +214,11 @@ if (NODE_ENV === "hot") {
hot: true,
inline: true,
contentBase: "frontend"
// if webpack doesn't reload UI after code change in development
// watchOptions: {
// aggregateTimeout: 300,
// poll: 1000
// }
// if you want to reduce stats noise
// stats: 'minimal' // values: none, errors-only, minimal, normal, verbose
};
......
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