next project built error, Please fix it.
Answered
Jack posted this in #help-forum
JackOP
Answered by B33fb0n3
in your nextjs.config your using
webpack. Change it to turbopack:{
- webpack: { ... }
+ turbopack: { ... }
}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