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
23:55:01 [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.
Steps to check or reproduce
Run npm install in a project with the latest "svelte-grid": "^5.1.2", and "@sveltejs/vite-plugin-svelte": "^3.0.2",.
Potential fix
As usual with deprecation warnings like this the migration path is rather unclear. It looks like you need to change:
Description
Steps to check or reproduce
Run
npm install
in a project with the latest"svelte-grid": "^5.1.2",
and"@sveltejs/vite-plugin-svelte": "^3.0.2",
.Potential fix
As usual with deprecation warnings like this the migration path is rather unclear. It looks like you need to change:
To a construction like this (or actually you need to have both, since some tools are not compatible with this yet 🤦🏻♂️):
The text was updated successfully, but these errors were encountered: