Ver código fonte

chore: add webpack config to nodemon

Sv443 1 ano atrás
pai
commit
4ddb4df4d5
1 arquivos alterados com 3 adições e 2 exclusões
  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/*"
     ]
   }
-}
+}