diff --git a/package.json b/package.json index 6b9be13..e3effd1 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,10 @@ "version": "0.2.10", "description": "This is yet another sync plugin for Obsidian app.", "scripts": { - "dev": "node esbuild.config.mjs", + "dev2": "node esbuild.config.mjs", "build2": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "build": "webpack --mode production", + "dev": "webpack --mode development --watch", "format": "npx prettier --write .", "clean": "npx rimraf main.js", "test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha -r ts-node/register 'tests/**/*.ts'"