Skip to content

Commit

Permalink
Fix content-base option of webpack-dev-server
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Jan 16, 2017
1 parent 7e986db commit e586f99
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 @@ -4,7 +4,7 @@
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --content-base app",
"start": "webpack-dev-server --content-base client/app",
"build": "rm -rf ./client/dist/ && NODE_ENV=production node node_modules/.bin/webpack",
"watch": "webpack --watch --progress --colors -d"
},
Expand Down

0 comments on commit e586f99

Please sign in to comment.