Skip to content

Commit

Permalink
reverted to react-scripts 4.0.3 after running into these issues: face…
Browse files Browse the repository at this point in the history
…book/create-react-app#11897, facebook/create-react-app#11879. Hot reload for frontend now working completes the containerized development environment for phonebook app created when using docker-compose.dev.yml
  • Loading branch information
jsueling committed Jan 21, 2022
1 parent 54f33c5 commit 3ed8c1e
Show file tree
Hide file tree
Showing 4 changed files with 21,567 additions and 13,652 deletions.
1 change: 1 addition & 0 deletions phonebook/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
volumes:
- ./frontend:/usr/src/app
environment:
# - WDS_SOCKET_PORT=0 # https://github.com/facebook/create-react-app/issues/11897#issuecomment-1007206461
- CHOKIDAR_USEPOLLING=true
nginx:
image: nginx:1.20.1
Expand Down
Loading

0 comments on commit 3ed8c1e

Please sign in to comment.