``` 9:29:01 AM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte. @sveltejs/[email protected] Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details. ``` The recommended fix is found here https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition ```diff // package.json "files": ["dist"], "svelte": "dist/index.js", + "exports": { + ".": { + "svelte": "./dist/index.js" + } } ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by msdrigg and has received 1 comments.