mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
Fix content-base option of webpack-dev-server
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user