Browse Source

add watch process

Andrey Titovskiy 3 years ago
parent
commit
6a2117933f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -71,6 +71,7 @@
   },
   "scripts": {
     "build": "webpack --mode production",
+    "watch": "webpack -w --progress --mode development",
     "preversion": "npm run build"
   }
 }