Skip to content

Commit

Permalink
chore: show mismatches in bundlers tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Mar 22, 2024
1 parent cc0da4d commit 62b8af6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/bundlers-tests/templates/configs/nuxt-ssr.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,11 @@ export default defineNuxtConfig({
vuestic: {
config: {},
css: ['typography', 'reset']
},

vite: {
define: {
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: true,
}
}
})

0 comments on commit 62b8af6

Please sign in to comment.