diff --git a/webpack.config.js b/webpack.config.js
index 06683956852fb8d6f309f3fb7ca1a2791bb2d6b2..7a1591996fcc07552234b18d6aeaa99f58cdb71f 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -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
     };