We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc9b96 commit bdd0d89Copy full SHA for bdd0d89
next.config.ts
@@ -3,8 +3,8 @@ import type { NextConfig } from "next";
3
const nextConfig: NextConfig = {
4
/* config options here */
5
reactStrictMode: true,
6
+ reactCompiler: true,
7
experimental: {
- reactCompiler: true,
8
viewTransition: true,
9
swcPlugins: [
10
["@swc-contrib/plugin-graphql-codegen-client-preset", { artifactDirectory: "./gql", gqlTagName: "graphql" }],
0 commit comments