Skip to content

Commit

Permalink
Update vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan authored Nov 13, 2024
1 parent b343170 commit 9774eac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { defineConfig } from "vite";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
// IMP START - Bundler Issues
define: {
global: "globalThis",
},
// IMP END - Bundler Issues
});

0 comments on commit 9774eac

Please sign in to comment.