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
I'm using SvelteKit and this plugin, and have a directory in src/lib/images/ with images 1.webp, 2.webp, 3.webp, and loading them via import.meta.glob.
If I delete 2.webp and add 2.webp with a different image, the previous 2.webp is displayed. Is someone able to reproduce this?
I've tried deleting node_modules/.vite with no success. Uninstalling and installing the plugin via pnpm didn't work either. Just want to check whether this is my environment or a bug.
The text was updated successfully, but these errors were encountered:
I'm using SvelteKit and this plugin, and have a directory in
src/lib/images/
with images1.webp, 2.webp, 3.webp
, and loading them viaimport.meta.glob
.If I delete
2.webp
and add2.webp
with a different image, the previous2.webp
is displayed. Is someone able to reproduce this?I've tried deleting
node_modules/.vite
with no success. Uninstalling and installing the plugin viapnpm
didn't work either. Just want to check whether this is my environment or a bug.The text was updated successfully, but these errors were encountered: