Skip to content

Commit

Permalink
fix: global in vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
QRuhier committed Dec 18, 2024
1 parent 7637ed4 commit 25c52f4
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 @@ -11,4 +11,7 @@ export default {
],
}),
],
define: {
global: 'window',
},
};

0 comments on commit 25c52f4

Please sign in to comment.