fix: use empty turbopack config to suppress Next.js 16 webpack warning

This commit is contained in:
Krishna Ayyalasomayajula
2026-06-02 11:13:13 -05:00
parent 091cc56cfb
commit 75214a3b64
+1 -1
View File
@@ -34,5 +34,5 @@ const withMDX = createMDX({
})
const config = withMDX(nextConfig)
config.turbopack = undefined
config.turbopack = {}
export default config