Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 01032db

Browse files
committed
workflow: enable prod hydration details in dev script
1 parent 68bb48c commit 01032db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ for (const target of targets) {
148148
__FEATURE_SUSPENSE__: `true`,
149149
__FEATURE_OPTIONS_API__: `true`,
150150
__FEATURE_PROD_DEVTOOLS__: `false`,
151-
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__: `false`,
151+
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__: `true`,
152152
},
153153
})
154154
.then(ctx => ctx.watch())

0 commit comments

Comments
 (0)