Sfoglia il codice sorgente

chore: add webpack config to nodemon

Sv443 1 anno fa
parent
commit
4ddb4df4d5
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      package.json

+ 3 - 2
package.json

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