Next.js Discord

Discord Forum

next project built error, Please fix it.

Answered
Jack posted this in #help-forum
Open in Discord
Answered by B33fb0n3
in your nextjs.config your using webpack. Change it to turbopack:
{
-  webpack: { ... }
+  turbopack: { ... }
}
View full answer

3 Replies

@Jack Click to see attachment
Torymid wasp
read it
@Jack Click to see attachment
in your nextjs.config your using webpack. Change it to turbopack:
{
-  webpack: { ... }
+  turbopack: { ... }
}
Answer