sveltejs/svelte-loader

Svelte doesn't recognize Resources folder

xzripper opened this issue · 0 comments

I have folder with images, named Resources. src contains this folder.
when i trying to get image (./Resources/Image.png), i getting in console 404, and when i opened sources in chrome developers tools, there was no this folder (Resources), but in directory it was.
What i need to do?