fix source map

This commit is contained in:
Shin'ya Ueoka 2017-10-11 18:03:51 +09:00
parent c38ac6f545
commit 904a990462

View file

@ -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",