netchampfaris/frappe-ui-starter

Vite hot reload on Windows with WSL

Opened this issue · 1 comments

Hi,

I had to add the following for WSL (Docker on Windows) in vite.config.js in order to make hot reload work.

watch: { usePolling:true },

Found this solution according to this:
vitejs/vite#1153

Can you add this so other users dont run into the same issue?

Not quite sure where to open this, because the development version from Hussain Nagaria is further...