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
Copy file name to clipboardExpand all lines: docs/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ module.exports = {
211
211
212
212
### missing exports condition
213
213
214
-
| If you see a warning logged for this when using a Svelte library, please tell the library maintainers.
214
+
>If you see a warning logged for this when using a Svelte library, please tell the library maintainers.
215
215
216
216
Using the `svelte` field in `package.json` to point at `.svelte` source files is **deprecated** and you must use a `svelte`[export condition](https://nodejs.org/api/packages.html#conditional-exports).
217
217
vite-plugin-svelte 3 still resolves it as a fallback, but in a future major release this is going to be removed and without exports condition resolving the library is going to fail.
0 commit comments