Skip to content

Commit 0249178

Browse files
committed
build(vite): hydration in vue-prod esm
1 parent 0991478 commit 0249178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export default ({ mode }) => {
3737
__VUE_I18N_LEGACY_API__: false,
3838
__VUE_I18N_PROD_DEVTOOLS__: false,
3939
__INTLIFY_PROD_DEVTOOLS__: false,
40+
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: false
4041
},
4142
plugins: [
4243
vue(),

0 commit comments

Comments
 (0)