Skip to content

Commit 7706269

Browse files
authored
docs: fix markdown in faq.md (#827)
1 parent ee0aa51 commit 7706269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ module.exports = {
211211

212212
### missing exports condition
213213

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.
215215
216216
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).
217217
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

Comments
 (0)