Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Commit

Permalink
Merge pull request #65 from scerelli/patch-2
Browse files Browse the repository at this point in the history
Enable dev mode in dev-server
  • Loading branch information
tj committed Feb 26, 2016
2 parents 7496763 + cfd414e commit cf04ed4
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 @@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --history-api-fallback --hot --inline --progress --colors --port 3000",
"start": "webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 3000",
"build": "NODE_ENV=production webpack --progress --colors"
},
"license": "MIT",
Expand Down

0 comments on commit cf04ed4

Please sign in to comment.