Skip to content

Commit

Permalink
fix: site vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Dec 13, 2023
1 parent e70ef01 commit 5fb572d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/site/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ import wasm from 'vite-plugin-wasm';

// https://vitejs.dev/config/
export default defineConfig({
build: {
target: 'esnext',
},
plugins: [react(), wasm()],
});

0 comments on commit 5fb572d

Please sign in to comment.