Open Rich-Harris opened 1 week ago
If I have <enhanced:img alt="..." src="./foo.png">, and update foo.png, the page doesn't update. I have to nuke the cache with rm -rf node_modules/.vite and restart the dev server
<enhanced:img alt="..." src="./foo.png">
foo.png
rm -rf node_modules/.vite
later
No response
latest
annoyance
Describe the bug
If I have
<enhanced:img alt="..." src="./foo.png">
, and updatefoo.png
, the page doesn't update. I have to nuke the cache withrm -rf node_modules/.vite
and restart the dev serverReproduction
later
Logs
No response
System Info
Severity
annoyance
Additional Information
No response