Skip to content

Commit 12ad723

Browse files
committed
bugfix: ERROR: This build is using Turbopack
1 parent d234f03 commit 12ad723

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

next.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ const withMDX = nextMDX({
1313
})
1414

1515
export default withMDX({
16+
// Silence Next.js 16 Turbopack warning when webpack config is present (e.g. from @next/mdx)
17+
turbopack: {},
1618
// Append the default value with md extensions
1719
pageExtensions: ["ts", "tsx", "js", "jsx", "md", "mdx"],
1820
images: {

0 commit comments

Comments
 (0)