You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While investigating #13, I noticed that libraries who utilize monorepos aren't getting their svelte dependencies (like @sveltejs/kit) replaced. e.g. Skeleton and Melt both use SK v1, yet Melt fails and Skeleton does not.
Here are two more libraries that I used to test locally to confirm (they both also use SK v1):
if you want other dependencies besides svelte itself overridden (eg sveltekit, vite-plugin-svelte) you have to add them as overrides. Available overrides are defined in the builds directory
While investigating #13, I noticed that libraries who utilize monorepos aren't getting their svelte dependencies (like
@sveltejs/kit
) replaced. e.g. Skeleton and Melt both use SK v1, yet Melt fails and Skeleton does not.Here are two more libraries that I used to test locally to confirm (they both also use SK v1):
Test for
bits-ui
(normal repo, fails):Test for
svelte-ux
(monorepo, passes):The text was updated successfully, but these errors were encountered: