daemuth
Results
2
comments of
daemuth
Update: I have tried to run the example on WSL and it has worked without a hitch. This seems to be related to #12 in some way. I'm currently investigating...
**Temporary workaround**: Inserting `fileName = fileName.replaceAll("\\", "\\\\")` after [`fileName = path.resolve(svelteDir, fileName)`](https://github.com/shalomscott/eleventy-plugin-embed-svelte/blob/master/.eleventy.ts#L37) seems to solve this problem. I am not certain why.