Skip to content

Commit

Permalink
workflow: enable prod hydration details in dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 19, 2024
1 parent 68bb48c commit 01032db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ for (const target of targets) {
__FEATURE_SUSPENSE__: `true`,
__FEATURE_OPTIONS_API__: `true`,
__FEATURE_PROD_DEVTOOLS__: `false`,
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__: `false`,
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__: `true`,
},
})
.then(ctx => ctx.watch())
Expand Down

0 comments on commit 01032db

Please sign in to comment.