We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package.json
Your package.json needs to provide exports for Svelte (see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition) Currently, the lack of a defined export is just raising warnings. But Svelte has stated that packages without an export will start to fail in upcoming releases.
exports
...but in a future major release this is going to be removed and without exports condition resolving the library is going to fail.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your
package.json
needs to provideexports
for Svelte (see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition)Currently, the lack of a defined export is just raising warnings.
But Svelte has stated that packages without an export will start to fail in upcoming releases.
The text was updated successfully, but these errors were encountered: