@@ -60,7 +60,8 @@
"nodemonConfig": {
"watch": [
"src/**",
- "tools/**"
+ "tools/**",
+ "webpack.config.js"
],
"ext": "ts,js,json,html,css",
"ignore": [
@@ -68,4 +69,4 @@
"dev/*"
]
}
-}
+}