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
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
PS: I just noticed that there is in fact a transformed version of the path inside the bundled application, but apparently it gets overwritten by a copy of the original source code which gets inlined. Any ideas?
Image paths in CSS in .svelte files aren't properly transformed durings builds with this template.
To reproduce:
src/images
src/images/test.png
background: url(./images/test.png);
toh1
insrc/index.svelte
Expected result:
dist
folder and have a hash in the filenamedist
folderh1
on the generated page shows the CSS background imageActual result:
dist
, where the filename is extended with a hash ✔️images/test.png
❌h1
is missing ❌The text was updated successfully, but these errors were encountered: