Skip to content

Commit

Permalink
chore: Attempt to fix hydration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iamstevendao committed Dec 6, 2023
1 parent d0ccb24 commit 3a311c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export default defineConfig({
name: 'VueTelInput',
fileName: 'vue-tel-input',
},
modulePreload: {
polyfill: true,
},
rollupOptions: {
external: ['vue'],
output: {
Expand Down

0 comments on commit 3a311c2

Please sign in to comment.