Skip to content

Commit

Permalink
Add source maps to the dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldeal committed Sep 15, 2018
1 parent 44cbf64 commit 3488f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"scripts": {
"test": "standard",
"dev": "webpack --mode development --progress --hide-modules",
"dev": "webpack --mode development --progress --hide-modules --devtool source-map",
"watch": "webpack --mode development --watch --progress --hide-modules",
"production": "webpack --mode production --progress --hide-modules"
},
Expand Down

0 comments on commit 3488f66

Please sign in to comment.