-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vite-plugin-svelte: missing exports condition warning (Routify 2.18.12) #543
Comments
vite-plugin-svelte
: missing exports condition warning (Routify 2.18.12)
vite-plugin-svelte
: missing exports condition warning (Routify 2.18.12)
Hi, same warning from
My Packages: "devDependencies": {
"@roxi/routify": "^3.0.0-next.212",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-tsconfig-paths": "^4.3.1"
}, |
This is a very quick fix. I believe because of this declaration: https://github.com/roxiness/routify/blob/next/package.json#L6
you just need to add here: https://github.com/roxiness/routify/blob/next/package.json#L33
which gives
(Careful there is an extra |
🎉 This issue has been resolved in version 3.0.0-next.216 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Just realised this is for v2 and not v3. 😬 |
🎉 This issue has been resolved in version 2.18.13 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@jakobrosenberg Thanks a lot! The warning is gone (Testing v3 here) you can close the issue :) Edit: https://publint.dev/@roxi/[email protected] Appears to be working fine but |
🎉 This issue has been resolved in version 2.18.14 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Please see https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition for details.
The text was updated successfully, but these errors were encountered: