Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Feb 3, 2024
1 parent bf8ebb1 commit 8aec092
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions forge/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ export default defineConfig((config) => ({
ssr: {
noExternal: ["@kobalte/core"],
},
define: {
// By default, Vite doesn't include shims for NodeJS/
// necessary for segment analytics lib to work
global: {},
},
}));

0 comments on commit 8aec092

Please sign in to comment.