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
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/vue-next instead.
Describe the bug
When a file is deleted and restored, vite keeps using cache with out-of-date content(content before file is deleted), intead of the restored content.
Reproduction
Checkout this test.
UPDATE: I have pushed a fix in that PR.
System Info
vite
version: 2.1.2Logs (Optional if provided reproduction)
vite
orvite build
with the--debug
flag.The text was updated successfully, but these errors were encountered: