Skip to content

Commit

Permalink
Revert "Disable experimental.optimizeServer by default (#69788)"
Browse files Browse the repository at this point in the history
This reverts commit bf48448.
  • Loading branch information
huozhi committed Sep 10, 2024
1 parent 24647b9 commit ac5d6c7
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 146 deletions.
2 changes: 1 addition & 1 deletion packages/next/src/server/config-shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ export const defaultConfig: NextConfig = {
: false,
webpackBuildWorker: undefined,
missingSuspenseWithCSRBailout: true,
optimizeServerReact: false,
optimizeServerReact: true,
useEarlyImport: false,
staleTimes: {
dynamic: 30,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @ts-ignore avoid ts errors during manual testing
import { type NextInstance } from 'e2e-utils'

async function getActionsMappingByRuntime(
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15601,24 +15601,6 @@
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/actions-tree-shaking/use-effect-actions/use-effect-actions-edge.test.ts": {
"passed": [],
"failed": [
"actions-tree-shaking - use-effect-actions should not tree shake the used action under useEffect"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/actions-tree-shaking/use-effect-actions/use-effect-actions.test.ts": {
"passed": [],
"failed": [
"actions-tree-shaking - use-effect-actions should not tree shake the used action under useEffect"
],
"pending": [],
"flakey": [],
"runtimeError": false
}
},
"rules": {
Expand Down

0 comments on commit ac5d6c7

Please sign in to comment.