-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
If I have a vite dev server running and rename a source file, I get an error that the new file cannot be resolved. I assume that this somehow happens due to the internal cache. This is the error I got after renaming TimellinePositioningConstants.ts
to TimelinePositioningConstants.ts
(removing a superfluous l):
[vite] Pre-transform error: Failed to resolve import "./TimelinePositioningConstants" from "../../SmallTimeSlots.tsx". Does the file exist?
I assume this can easily be reproduced in your dev environment. If not, just let me know and I'll try to create a minimal reproducible example.
Metadata
Metadata
Assignees
Labels
No labels