How to run Vite with "--debug hmr" #17376
-
I'd like to investigate a Vite HMR issue like indicated here https://vitejs.dev/guide/troubleshooting.html#a-full-reload-happens-instead-of-hmr I tried this without success quasar dev -m pwa --debug hmr And I found nothing here https://quasar.dev/quasar-cli-vite/handling-vite Does anybody know how to achieve this? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
jclaveau
Jul 16, 2024
Replies: 1 comment
-
Gotcha! DEBUG=vite:hmr quasar dev -m pwa |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jclaveau
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gotcha!