From: xangelo Date: Tue, 24 Jan 2023 05:51:48 +0000 (-0500) Subject: add dev script for starting webpack in watch mode X-Git-Url: https://git.xangelo.ca/?p=apps%2Foutliner%2F.git;a=commitdiff_plain;h=a348d5966627c53914145548d53f4c801cfc9755 add dev script for starting webpack in watch mode --- diff --git a/package.json b/package.json index e4b29f8..47b95a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "outline-browser", "scripts": { + "dev": "npx webpack -w", "build": "npx webpack" }, "devDependencies": {