From a348d5966627c53914145548d53f4c801cfc9755 Mon Sep 17 00:00:00 2001 From: xangelo Date: Tue, 24 Jan 2023 00:51:48 -0500 Subject: [PATCH] add dev script for starting webpack in watch mode --- package.json | 1 + 1 file changed, 1 insertion(+) 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": { -- 2.25.1