-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing Exports Condition Warning in Sveltekit #161
Comments
Looks like it's waiting to be merged or whatever. And it's not likely to be done any time soon, so if you can, best to fork it and manage it yourself. |
It looks like the PR was deleted for no reason :( |
I saw this too. Is this project not maintained anymore? |
@vadimkorr |
@vadimkorr bumping this issue |
Using this library in Sveltekit is showing a missing exports condition warning:
At the link:
Using the svelte field in package.json to point at .svelte source files is deprecated and you must use a svelte export condition. vite-plugin-svelte 3 still resolves it as a fallback, but in a future major release this is going to be removed and without exports condition resolving the library is going to fail.
Example:
The text was updated successfully, but these errors were encountered: