79599431

Date: 2025-04-30 02:11:30
Score: 0.5
Natty:
Report link

In your Next.js config.

const nextConfig = {
  turbopack: {
    resolveAlias: {
      "next-mdx-import-source-file": "./mdx-components.ts",
    },
  },
};

The issue is caused by Turbopack. You can either disable it in the dev command or add this extra config.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anonyo Noor