workflow: enable prod hydration details in dev script

This commit is contained in:
Evan You 2024-07-19 11:14:00 +08:00
parent 68bb48c04e
commit 01032db7cd
No known key found for this signature in database
GPG Key ID: 00E9AB7A6704CE0A
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ for (const target of targets) {
__FEATURE_SUSPENSE__: `true`, __FEATURE_SUSPENSE__: `true`,
__FEATURE_OPTIONS_API__: `true`, __FEATURE_OPTIONS_API__: `true`,
__FEATURE_PROD_DEVTOOLS__: `false`, __FEATURE_PROD_DEVTOOLS__: `false`,
__FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__: `false`, __FEATURE_PROD_HYDRATION_MISMATCH_DETAILS__: `true`,
}, },
}) })
.then(ctx => ctx.watch()) .then(ctx => ctx.watch())