Skip to content

Commit

Permalink
Merge pull request #71 from noir-lang/ad/fix/zpedro/0.23.0
Browse files Browse the repository at this point in the history
fix: top-level await bb.js 0.23
  • Loading branch information
signorecello authored Feb 7, 2024
2 parents 7a34af1 + b92ff92 commit d228e20
Showing 1 changed file with 5 additions and 0 deletions.
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 d228e20

Please sign in to comment.