fix: use empty turbopack config to suppress Next.js 16 webpack warning
This commit is contained in:
@@ -34,5 +34,5 @@ const withMDX = createMDX({
|
|||||||
})
|
})
|
||||||
|
|
||||||
const config = withMDX(nextConfig)
|
const config = withMDX(nextConfig)
|
||||||
config.turbopack = undefined
|
config.turbopack = {}
|
||||||
export default config
|
export default config
|
||||||
|
|||||||
Reference in New Issue
Block a user