You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting a base property in vite.config.ts other than the default, HMR does not reflect the changes. Vite logs [vite] hmr update (modified file), but there is no update at all.
Issue
When setting a base property in
vite.config.ts
other than the default, HMR does not reflect the changes. Vite logs[vite] hmr update (modified file)
, but there is no update at all.Config example
Notes
This same scenario works as expected when using the babel-based plugin
@vitejs/plugin-react
.The text was updated successfully, but these errors were encountered: