[!] Error: Could not load /mnt/c/Users/xxx/proj/xxx/public/images/myfile.svg.rollup-plugin.svelte.rollup-plugin.svelte (imported by src/client/components/MyComponent.svelte): ENOENT: no such file or directory, open '/mnt/c/Users/xxx/proj/xxx/public/images/myfile.svg.rollup-plugin.svelte.rollup-plugin.svelte'
I only load svelteSVG once, I don't know why it shows the .rollup-plugin.svelte part twice here...
I'm using Rollup and I'm getting this error:
I only load
svelteSVG
once, I don't know why it shows the.rollup-plugin.svelte
part twice here...