Replies: 2 comments
-
There seem to be issues when applying HMR such as redefining |
Beta Was this translation helpful? Give feedback.
0 replies
-
In next.js HMR I do the trick of using custom webpack plugin that clears metadata storage. This prevents memory leaks that would slow down the app. Haven't used Vite so can't help you with that. |
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
-
How to configure using vite-plugin-node to properly enable hot module replacement?
Beta Was this translation helpful? Give feedback.
All reactions