Skip to content

Commit 10fb5bc

Browse files
authored
[devtool] enable segment explorer by default (#81737)
Enable `experimental.devtoolSegmentExplorer` on canary by default and update snapshots
1 parent 719bc5e commit 10fb5bc

File tree

5 files changed

+339
-205
lines changed

5 files changed

+339
-205
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ export const defaultConfig = Object.freeze({
14631463
useCache: undefined,
14641464
slowModuleDetection: undefined,
14651465
globalNotFound: false,
1466-
devtoolSegmentExplorer: false,
1466+
devtoolSegmentExplorer: true,
14671467
browserDebugInfoInTerminal: false,
14681468
optimizeRouterScrolling: false,
14691469
strictNextHead: true,

0 commit comments

Comments
 (0)