Explorar el Código

workflow: enable prod hydration details in dev script

Evan You hace 1 año
padre
commit
01032db7cd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/dev.js

+ 1 - 1
scripts/dev.js

@@ -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())