Skip to content

Commit 0191dc6

Browse files
committed
chore: update webapp dependencies
- pin mini-css-extract-plugin as suggested facebook/create-react-app#11930
1 parent 354d9f5 commit 0191dc6

File tree

3 files changed

+13142
-27526
lines changed

3 files changed

+13142
-27526
lines changed

tool/service-front.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ source "$ROOT/script/env.sh"
2929

3030
start() {
3131
local npm_cmd
32-
npm_cmd="PORT=$WEBAPP_PORT npm run serve &"
32+
npm_cmd="WEBAPP_PORT=$WEBAPP_PORT npm run serve &"
3333
[[ -n "${ARGS["--dev"]}" ]] && npm_cmd="REACT_APP_API_PORT=$API_PORT PORT=$WEBAPP_PORT npm start"
3434

3535
(cd "$WEBAPP_DIR" && eval "$npm_cmd")

0 commit comments

Comments
 (0)