add webpack task

This commit is contained in:
Shin'ya Ueoka 2017-08-11 23:18:21 +09:00
parent fe4b1bf362
commit e8d75c4b26

View file

@ -2,7 +2,7 @@
"name": "vim-vixen", "name": "vim-vixen",
"description": "Vim vixen", "description": "Vim vixen",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "start": "webpack -w --debug"
}, },
"repository": { "repository": {
"type": "git", "type": "git",