diff --git a/packages/next/build/webpack-config.ts b/packages/next/build/webpack-config.ts index 9993f1201ee4dbb..1f251032242dd01 100644 --- a/packages/next/build/webpack-config.ts +++ b/packages/next/build/webpack-config.ts @@ -579,7 +579,6 @@ export default async function getBaseWebpackConfig( }), ].filter(Boolean), }, - recordsPath: path.join(outputPath, 'records.json'), context: dir, // Kept as function to be backwards compatible entry: async () => {