diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-10-11 19:52:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-11 19:52:25 +0900 |
commit | 5e133d6c43cd9c5c07eae81985aef52d44517345 (patch) | |
tree | ab019dd340892577363263e69b0fd77262cfe0a7 | |
parent | c38ac6f545b414d33d9aebedbc4aa91ff471701c (diff) | |
parent | 904a9904622267c9bf2a3a5efc0d05a5c306d45b (diff) |
Merge pull request #47 from ueokande/fix-source-map
Fix source map
-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", |