diff --git a/webpack.config.js b/webpack.config.js
index 50bbc097e6756fd979282cc0df0fbd5a06e1fb53..8ace2768dd73a4664e387ad55298b3f5a184c0ee 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -17,7 +17,11 @@ module.exports = {
     },
     plugins: [
         new ExtraWatchWebpackPlugin({
-            files: [ './**/*.vert', './**/*.frag', './**/*.glsl' ],
+            files: [
+                './build/node_modules/**/*.vert',
+                './build/node_modules/**/*.frag',
+                './build/node_modules/**/*.glsl'
+            ],
         }),
     ],
 }
\ No newline at end of file