Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed Apr 17, 2023
1 parent 4bd1f58 commit 5d33684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/src/build/webpack-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2241,7 +2241,7 @@ export default async function getBaseWebpackConfig(
appDir,
dev,
isEdgeServer,
useExperimentalReact,
useExperimentalReact: false,
})),
hasAppDir &&
!isClient &&
Expand Down

0 comments on commit 5d33684

Please sign in to comment.