Tropix126 / fluent-svelte

A faithful implementation of Microsoft's Fluent Design System in Svelte.
https://fluent-svelte.vercel.app
MIT License
606 stars 26 forks source link

missing exports condition #64

Open ABSanthosh opened 5 months ago

ABSanthosh commented 5 months ago

Before you start...

What browsers are you seeing the problem on?

Firefox, Chrome, Safari, Microsoft Edge, Firefox Beta/Dev/Nightly, Chrome Beta/Dev/Canary, Safari Beta, Microsoft Edge Beta/Dev/Canary

Description

1:03:21 PM [vite-plugin-svelte] WARNING: The following packages have a svelte field in their package.json but no exports condition for svelte.

fluent-svelte@1.6.0

Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.

Steps To Reproduce

  1. Init Sveltekit app
  2. install Fluent Svelte
  3. run sveltekit app in dev

Expected behavior

No warning

Relevant Assets

No response