fix source map
This commit is contained in:
parent
c38ac6f545
commit
904a990462
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "vim-vixen",
|
"name": "vim-vixen",
|
||||||
"description": "Vim vixen",
|
"description": "Vim vixen",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack -w -d",
|
"start": "webpack -w --debug --devtool inline-source-map",
|
||||||
"lint": "eslint --ext .jsx,.js src",
|
"lint": "eslint --ext .jsx,.js src",
|
||||||
"build": "NODE_ENV=production webpack --progress --display-error-details",
|
"build": "NODE_ENV=production webpack --progress --display-error-details",
|
||||||
"package": "npm run build && ./package.sh",
|
"package": "npm run build && ./package.sh",
|
||||||
|
|
Reference in a new issue