Replies: 2 comments 2 replies
-
Could you please provide e.g. a minimal reproduction so it's easier to understand and dive into your problem. The code-lines I found to the term Ignoring the mentioned parts you are left with only: vite/packages/vite/src/node/plugin.ts Lines 113 to 115 in ed16488 ^^ looks like only a typedef ^^ and vv This is the only code related that is not vite/packages/vite/src/node/server/hmr.ts Lines 89 to 96 in ed16488 So may you currently ask for a new feature request here? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I can rationalize a need in a new feature request why I would want HMR to be triggered on creation/deletion of files. I'm writing a virtual module which gathers a directory tree of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a little bit confused that vite is not calling my plugins handleHotUpdate method on creation/deletion of files.
Is this the way it is supposed to work?
Beta Was this translation helpful? Give feedback.
All reactions