Przeglądaj źródła

Don't use the legacy watch option in nodemon

James Allen 8 lat temu
rodzic
commit
dc3fea74f9
2 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 1
      services/web/nodemon.frontend.json
  2. 0 1
      services/web/nodemon.json

+ 0 - 1
services/web/nodemon.frontend.json

@@ -4,7 +4,6 @@
     "node_modules/"
   ],
   "verbose": true,
-  "legacyWatch": true,
   "exec": "make compile || exit 1",
   "watch": [
     "public/coffee/",

+ 0 - 1
services/web/nodemon.json

@@ -4,7 +4,6 @@
     "node_modules/"
   ],
   "verbose": true,
-  "legacyWatch": true,
   "execMap": {
     "js": "npm run start"
   },