Closed ievgennaida closed 8 months ago
Warning message when trying to build framework 7 with the vite:
Versions: "svelte": "4.2.12", "framework7": "8.3.2", "framework7-svelte": "8.3.2", Platform: Chrome pc.
build warning when the latest vite/svelte/framework 7 is used.
WARNING: 12:10:54 AM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
framework7-svelte@8.3.2
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
Steps to reproduce the behavior:
No build time warning from framework 7..
Warning during the build time
vite is providing lunk in the warning on how to fix it.
Warning message when trying to build framework 7 with the vite:
Versions: "svelte": "4.2.12", "framework7": "8.3.2", "framework7-svelte": "8.3.2", Platform: Chrome pc.
Describe the bug
build warning when the latest vite/svelte/framework 7 is used.
WARNING: 12:10:54 AM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.
framework7-svelte@8.3.2
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No build time warning from framework 7..
Actual Behavior
Warning during the build time
Additional context
vite is providing lunk in the warning on how to fix it.