diff --git a/packages/next/src/server/load-components.ts b/packages/next/src/server/load-components.ts index 499f6afcaf9d7..deaf7d2ad0c71 100644 --- a/packages/next/src/server/load-components.ts +++ b/packages/next/src/server/load-components.ts @@ -176,7 +176,7 @@ async function loadComponentsImpl({ // that can occur while app and pages are compiling at the same time, and the // build-manifest is still being written to disk while an app path is // attempting to load. - const manifestLoadAttempts = isDev ? 3 : 1 + const manifestLoadAttempts = isDev ? 3 : 0 let reactLoadableManifestPath if (!process.env.TURBOPACK) {