Félix

Results 42 comments of Félix

@lihbr not quite sure, maybe it needs to be exported as a ES module?

More generally the plugin doesn't seem to be compatible with an ESM environment, as using it with SvelteKit, I got imports errors from Vite: ``` TypeError: Cannot destructure property 'RichText'...

No worries. Since SvelteKit went with Vite, unfortunately no, it is not really working as it. Oh ok, cool! That would be nice.

Same issue with Nuxt and Apollo

Any progress on this issue?

@dummdidumm here is a minimal reproduction of my setup using Turborepo, bun and Astro with some Svelte components. There is some SCSS imports for global variables and functions as well...

@dummdidumm No worries, I updated both branches to use pnpm instead Ha! that could potentially be something yes

Hm, that's weird. I've pushed a branch 'nomonorepo' and it seems to build. Would that mean that it comes from the use of a monorepo? It's a pity because the...

After trying this on another whole site and setup, I can assure that the issue comes from `svelte-preprocess` v6. Same errors, internal svelte tools would not be found, types missing,...

Ha, great job @dummdidumm! Thanks for digging into this and finding the culprit. I updated to 6.0.2 and can actually build without any issue. I'll still do these changes though.