Continuing the discussion from Desperately missing Vue 3 support:
So, the migration to vite is sort of suggested, am I correct, @susnux?
Is there alreday a plan/way to enable HMR on vite? I found some solution using webpack but the vite did not work so far. Mainly, the problem is the fact that vite provides its dedicated server that is to be used and any backend queries must be either redirected or proxied.
Do you know of a setup working there (ideally with the docker compose setup by Julius)?
Thanks
Christian