Skip to content

Commit 8c3d326

Browse files
committed
Merge pull request #93 from ParsePlatform/peterjs.devScript
Adding devtool eval to better debug client side errors.
2 parents 0876299 + be2e671 commit 8c3d326

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"webpack": "~1.12.0"
4949
},
5050
"scripts": {
51+
"dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch",
5152
"dashboard": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch",
5253
"pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch",
5354
"build": "NODE_ENV=production webpack --config webpack/production.config.js && webpack --config webpack/PIG.config.js",

0 commit comments

Comments
 (0)