codersforcauses / django-nextjs-template

Django + Nextjs Template: Standardised CFC Tech Stack
MIT License
0 stars 0 forks source link

Remove Windows hot reload workaround #3

Open dct0 opened 2 weeks ago

dct0 commented 2 weeks ago

Basic Information

Hot reload in a devcontainer running on Window doesn't work without webpack polling, which has an insane amount overhead (see the next config). Track the two issues so I can eventually remove the hack. https://github.com/microsoft/WSL/issues/4739 https://github.com/vercel/next.js/issues/36774

Other Information

The other option is to tell Windows users to install WSL 1 instead of 2