Skip to content

Commit

Permalink
fix: deploy gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Feb 28, 2024
1 parent cd76441 commit 80f96f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ import { nodePolyfills } from "vite-plugin-node-polyfills";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), nodePolyfills()],
build: {
commonjsOptions: { transformMixedEsModules: true } // Change
},
base: "/thor-debug-revert-reason/",
});

0 comments on commit 80f96f6

Please sign in to comment.