I building a boilerplate(Craft CMS) thats uses the power of Vite js, I got this project up and running using DDEV and it runs without problems on Windows 10.
However when I spin up the same project on my Macbook Pro Im getting extremely slow HMR reload times. JS, (s)css and Twig changes take over 30-70 sec to be noticed (time it takes to see the console notice and the browser to automatically refresh).
When HMR is not running and I make changes to the Twig template and I refresh the browser myself I do see the changed instantly. So I guess this had something to do with my Docker settings?
Some info: