Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 10, 2023
1 parent 1048c8f commit 0372db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ export default async function build(
? path.relative(distDir, incrementalCacheHandlerPath)
: undefined,

isExperimentalCompile: true,
isExperimentalCompile: isCompile,
},
},
appDir: dir,
Expand Down

0 comments on commit 0372db9

Please sign in to comment.