add dev script for starting webpack in watch mode
authorxangelo <git@xangelo.ca>
Tue, 24 Jan 2023 05:51:48 +0000 (00:51 -0500)
committerxangelo <git@xangelo.ca>
Tue, 24 Jan 2023 05:51:51 +0000 (00:51 -0500)
package.json

index e4b29f8dab836b724511373a7e461eebf02b4977..47b95a2688195d07fea2f60ac04234f443890926 100644 (file)
@@ -1,6 +1,7 @@
 {
   "name": "outline-browser",
   "scripts": {
+    "dev": "npx webpack -w",
     "build": "npx webpack"
   },
   "devDependencies": {