Maxime

Results 6 comments of Maxime

Hello! I'm facing the same problem, has anyone found a workaround?

Hi! Having the same issue as @emersonbroga! To reproduce you can simply clone the next-learn final example and try to run it using a custom API. It seems like the...

Hello, is there any news on getting ESM supported with Loopback? It would be really great especially for monorepos. (As it currently requires some sort of an hybrid configuration, and...

Still happens with Lucide-svelte, https://github.com/lucide-icons/lucide/pull/2814 should probably be merged in Lucide Svelte as well

Hi! I have the same issue with SvelteKit when I try to deploy on Vercel! I added the following lines in my vite.config.js, without success : ```js build: { rollupOptions:...

Note that I also tried with this config in svelte.config.js : const config = { preprocess: vitePreprocess(), kit: { adapter: adapter({ external: ['@resvg/resvg-js'] }) } }; Without success :/