Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/migration/graphiql-5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Starting from GraphiQL 5, you need to set up Monaco workers in your project:

- For **Vite** projects you must:

1. Install `vite-plugin-monaco-editor` package:

```sh
Expand Down Expand Up @@ -40,7 +39,7 @@ Starting from GraphiQL 5, you need to set up Monaco workers in your project:
>
> See [Vite example](../../examples/graphiql-vite/src/App.jsx).

- For Webpack projects such as **Next.js** you must import:
- For Webpack (and Turbopack) projects such as **Next.js** you must import:

```js
import 'graphiql/setup-workers/webpack';
Expand Down