aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-08-29 23:21:40 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-08-29 23:21:40 +0900
commite17c634643da6c863ec8429fc75964296a5278fb (patch)
tree09b7e5f763a2bb8a0769e886eab8520908cf4eeb /package.json
parentf719ce52a36024887e4976082c2ef2b136f2f5ca (diff)
Add source map to build file
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 28e5eae..63f5dc7 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"description": "Vim vixen",
"scripts": {
"start": "webpack --mode development -w --debug --devtool inline-source-map",
- "build": "NODE_ENV=production webpack --mode production --progress --display-error-details",
+ "build": "NODE_ENV=production webpack --mode production --progress --display-error-details --devtool inline-source-map",
"package": "npm run build && script/package",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
"type-checks": "tsc --noEmit",