svelte-stripe icon indicating copy to clipboard operation
svelte-stripe copied to clipboard

SvelteKit2 complains about missing export

Open gwax opened this issue 1 year ago • 0 comments

Describe the bug

When building / running against a SvelteKit v2 project, I receive the following warning:

11:42:47 PM [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.

Reproduction

  1. Create an entirely new SvelteKit v2 project
  2. Add svelte-stripe
  3. run

Severity

annoyance

Additional Information

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

gwax avatar Dec 24 '23 04:12 gwax