From e8d75c4b26c67bbc960454d1f781e450fcf26fb8 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Fri, 11 Aug 2017 23:18:21 +0900 Subject: [PATCH] add webpack task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecdf94f..23b0fa9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vim-vixen", "description": "Vim vixen", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "webpack -w --debug" }, "repository": { "type": "git",