used as a template: https://github.com/vercel/next.js/tree/canary/examples/with-docker
- Download repo https://github.com/GorlikItsMe/next-js-docker-swc-hot-reload-dont-work
docker-compose up --build
- Make a change in
/src/pages/index.js
- Hot reload doesn't work
- Manually refresh page also don't work
rename file ____next.config
to next.config
.
Hot reload starts works but it use webpack to do it (and its slow).
Is there a way to use SWC?