You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/vue/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Starting with 3.0.0-rc.3, `esm-bundler` builds now exposes global feature flags
37
37
38
38
-`__VUE_OPTIONS_API__` (enable/disable Options API support, default: `true`)
39
39
-`__VUE_PROD_DEVTOOLS__` (enable/disable devtools support in production, default: `false`)
40
+
-`__VUE_PROD_HYDRATION_MISMATCH_DETAILS__` (enable/disable detailed warnings for hydration mismatches in production, default: `false`)
40
41
41
42
The build will work without configuring these flags, however it is **strongly recommended** to properly configure them in order to get proper tree-shaking in the final bundle. To configure these flags:
0 commit comments