From be2e671d1d646ffefd6df6dd52e6e36ede6ccab3 Mon Sep 17 00:00:00 2001 From: Peter Shin Date: Sun, 6 Mar 2016 17:38:32 -0800 Subject: [PATCH] Adding devtool eval to better debug client side errors. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ff4b835be1..f6f7228ce6 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "webpack": "~1.12.0" }, "scripts": { + "dev": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --devtool eval-source-map --progress --watch", "dashboard": "node ./Parse-Dashboard/index.js & webpack --config webpack/build.config.js --progress --watch", "pig": "http-server ./PIG -p 4041 -s & webpack --config webpack/PIG.config.js --progress --watch", "build": "NODE_ENV=production webpack --config webpack/production.config.js && webpack --config webpack/PIG.config.js",