Skip to content

Commit e586f99

Browse files
committed
Fix content-base option of webpack-dev-server
1 parent 7e986db commit e586f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The frontend part of Redash.",
55
"main": "index.js",
66
"scripts": {
7-
"start": "webpack-dev-server --content-base app",
7+
"start": "webpack-dev-server --content-base client/app",
88
"build": "rm -rf ./client/dist/ && NODE_ENV=production node node_modules/.bin/webpack",
99
"watch": "webpack --watch --progress --colors -d"
1010
},

0 commit comments

Comments
 (0)