Skip to content

Commit

Permalink
type: partial
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Mar 30, 2022
1 parent 8de481d commit 7733f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/entries.ts
Expand Up @@ -109,7 +109,7 @@ const cachedPageRuntimeConfig = new Map<string, [number, PageRuntime]>()
// could be thousands of pages existing.
export async function getPageRuntime(
pageFilePath: string,
nextConfig: NextConfig
nextConfig: Partial<NextConfig>
): Promise<PageRuntime> {
if (!nextConfig.experimental?.reactRoot) return undefined

Expand Down

0 comments on commit 7733f8a

Please sign in to comment.