Skip to content
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] Add note info: peerDependency requirement #2180

Merged
merged 3 commits into from Nov 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docs/getting-started.server.mdx
Expand Up @@ -346,6 +346,11 @@ If you use more modern JavaScript features than what your users support,
[configure Vite’s
`build.target`](https://vitejs.dev/guide/build.html#browser-compatibility).

<Note type="info">
**Note**: Vite 3 requires the older `rollup@2`.
Make sure `rollup@3` is not installed.
</Note>

See also [¶ Rollup][rollup], which is used in Vite, and see [¶ Vue][vue], if
you’re using that, for more info.

Expand Down