Skip to content

Commit 99de057

Browse files
authoredSep 10, 2024··
Revert server action optimization (#69925)
1 parent 24647b9 commit 99de057

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+25
-987
lines changed
 

‎packages/next/src/build/webpack/plugins/flight-client-entry-plugin.ts

Lines changed: 24 additions & 187 deletions
Large diffs are not rendered by default.

‎packages/next/src/server/config-shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ export const defaultConfig: NextConfig = {
939939
: false,
940940
webpackBuildWorker: undefined,
941941
missingSuspenseWithCSRBailout: true,
942-
optimizeServerReact: false,
942+
optimizeServerReact: true,
943943
useEarlyImport: false,
944944
staleTimes: {
945945
dynamic: 30,

0 commit comments

Comments
 (0)
Please sign in to comment.