-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Summary
vite-plugin-svelte produces a warning message for svelte-forms-lib.
[vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
[email protected]
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
Steps to reproduce
- Install [email protected]
- Install @sveltejs/[email protected]
- Run
pnpm devornpm dev
Example Project
What is the current bug behavior?
Warning message displayed in console when running npm dev
What is the expected correct behavior?
No warning message should show
Relevant logs and/or screenshots
Possible fixes
Details about the missing exports condition is available here:
https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition
CerealKiller97, frqnck, alexanderlmir, willnode and evdama
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working