mirror of https://github.com/vuejs/core.git
workflow: enable prod hydration details in dev script
This commit is contained in:
parent
68bb48c04e
commit
01032db7cd
|
@ -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())
|
||||||
|
|
Loading…
Reference in New Issue