Skip to content

Commit

Permalink
fix: top-level await bb.js 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Feb 7, 2024
1 parent 7a34af1 commit 9835f00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vite-hardhat/utils/addresses.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"chainId":31337,"verifier":"0x5fc8d32690cc91d4c39d9d3abcbd16989f875707"}
{"chainId":31337,"verifier":"0xa513e6e4b8f2a923d98304ec87f64353c4d5c853"}
5 changes: 5 additions & 0 deletions vite-hardhat/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';

export default defineConfig({
optimizeDeps: {
esbuildOptions: {
target: 'esnext'
}
},
build: {
target: 'esnext',
},
Expand Down

0 comments on commit 9835f00

Please sign in to comment.