-
In, say, Example.svelte, I'm tying to do this:
I added flowbite-svelte to package.json. When running
I think this error is coming from esbuild-svelte and therefore I think there is something wrong with the esbuild configuration in config.exs. How do I tell esbuild to also use node_modules? Perhaps I don't understand how svelte files are compiled.
Unfortunately, this does not fix the problem. Perhaps now I'm dealing with a typescript problem.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Looking at it right now, there's definitly an issue. For example I can't install |
Beta Was this translation helpful? Give feedback.
Actually removing mainFields doesn't solve the issue, just going to version
0.29
solves the problem.