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
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.
svelte-forms-lib@2.0.1
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
Steps to reproduce
Install svelte-forms-lib@2.0.01
Install @sveltejs/vite-plug-svelte@3.0.1
Run pnpm dev or npm 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:
Summary
vite-plugin-svelte produces a warning message for svelte-forms-lib.
Steps to reproduce
pnpm dev
ornpm 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
The text was updated successfully, but these errors were encountered: