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
We want to remove support for svelte field altogether at some point, take gradual steps to ensure existing libraries can update to not hit users with errors.
Describe the proposed solution
Start prefering the exports condition value over svelte field, add a more persistent/pressing warning for libraries that only use svelte field to switch to exports.
In a following major, drop svelte field resolve entirely. (possibly together with adding svelte 5 support)