Replies: 1 comment
-
to answer my own question, just do: npx electron-vite dev --watch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HMR works fine for renderer process but not for node.js code, e.g. change console.log('pong') to console.log('pong pong') and click on the 'Send IPC' button, terminal will still print out the original 'pong'
Beta Was this translation helpful? Give feedback.
All reactions