diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-08-29 23:21:40 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-08-29 23:21:40 +0900 |
commit | e17c634643da6c863ec8429fc75964296a5278fb (patch) | |
tree | 09b7e5f763a2bb8a0769e886eab8520908cf4eeb /package.json | |
parent | f719ce52a36024887e4976082c2ef2b136f2f5ca (diff) |
Add source map to build file
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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", |