Skip to content

Commit 84801bd

Browse files
committed
revert: enable turbopack persistent caching
⚠ Turbopack's persistent cache has been deleted because we previously detected an internal error in Turbopack. Builds or page loads may be slower as a result. This reverts commit d04f501.
1 parent 74c18df commit 84801bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

next.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const nextConfig: NextConfig = {
1010
["@swc-contrib/plugin-graphql-codegen-client-preset", { artifactDirectory: "./gql", gqlTagName: "graphql" }],
1111
],
1212
ppr: "incremental",
13-
turbopackPersistentCaching: true,
1413
inlineCss: true,
1514
},
1615
};

0 commit comments

Comments
 (0)