diff options
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 49b191a..ad25ffa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vim-vixen", "description": "Vim vixen", "scripts": { - "start": "webpack -w -d", + "start": "webpack -w --debug --devtool inline-source-map", "lint": "eslint --ext .jsx,.js src", "build": "NODE_ENV=production webpack --progress --display-error-details", "package": "npm run build && ./package.sh", |