Upon initial page load of built app, I get the following error: Unknown file extension ".svelte" for **/node_modules/.pnpm/svelte-carousel@1.0.21/node_modules/svelte-carousel/src/components/Carousel/Carousel.svelte
After researching, I was able to figure out that the issue is that the package.json is missing the "svelte" field. This should point to the same place that "main" and "module" are pointing to.
Upon initial page load of built app, I get the following error: Unknown file extension ".svelte" for **/node_modules/.pnpm/svelte-carousel@1.0.21/node_modules/svelte-carousel/src/components/Carousel/Carousel.svelte
After researching, I was able to figure out that the issue is that the package.json is missing the "svelte" field. This should point to the same place that "main" and "module" are pointing to.
package.json
I did test this locally and it appeared to have worked perfectly. Could this change be implement please?
Also, fantastic library!!