Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/12/en/part12c.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ You can now view hello-frontend in the browser.

> <i>**Editor's note:** hot reload might work in your computer, but it is currently known to have some [issues](https://github.com/facebook/create-react-app/issues/11879). So if it does not work for you, just continue without the hot reload support, and reload the browser when you change the frontend code. You may also use use [The Visual Studio Code Containers extension](https://code.visualstudio.com/docs/remote/containers).</i>

If changes made to the mounted files are not visible even after manually reloading the app in the browser, you might be able to fix this with [Watchpack API](https://github.com/webpack/watchpack) by enabling Watchpack Polling with environment variable "WATCHPACK_POLLING=true" either directly in the React project, or on the docker-compose file.

Next, let's move the config to a <i>docker-compose.yml</i>. That file should be at the root of the project as well:

```yml
Expand Down