Skip to content

Commit

Permalink
Merge branch 'gh-904' of github.com:sveltejs/kit into gh-904
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Apr 22, 2021
2 parents 5bef860 + 3c5083b commit e1049ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/faq/70-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Most of these issues come from Vite trying to deal with non-ESM libraries. You m

There are a number of known Vite issues, which cause errors in the following circumstances:

- [packages which use `exports` instead of `module.exports`](https://github.com/vitejs/vite/issues/2579).
- [CommonJS packages](https://github.com/vitejs/vite/issues/2579).
- [ESM library that imports a CJS library](https://github.com/vitejs/vite/issues/3024)
- [some UMD libraries](https://github.com/vitejs/vite/issues/2679)

Expand Down

0 comments on commit e1049ed

Please sign in to comment.