-
I'm running into issues using Svelte 5 with esbuild when importing
My Setup
In Svelte 4, this worked without problems. In Svelte 5, I consistently hit this WorkaroundIf I copy the component into my app instead of importing it from the package, it works. QuestionsIs there something special required to support |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Could you provide a reproduction, either via the playground or by sharing a link to a repository? |
Beta Was this translation helpful? Give feedback.
-
Ok, what seems to fix the problem is adding this
|
Beta Was this translation helpful? Give feedback.
Ok, what seems to fix the problem is adding this
alias
to the esbuild configuration: