From 704a1dce37c1fc057926fec5998c9c5d2c0c0198 Mon Sep 17 00:00:00 2001 From: fyears Date: Wed, 20 Oct 2021 23:42:11 +0800 Subject: [PATCH] watch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 14b05db..a0504ad 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.1", "description": "This is yet another sync plugin for Obsidian app.", "scripts": { - "dev": "webpack --mode development", + "dev": "webpack --mode development --watch", "build": "webpack --mode production", "format": "npx prettier --write .", "clean": "npx rimraf main.js"