Skip to content

Commit

Permalink
chore: update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 8, 2024
1 parent 4a3d3c5 commit ddd4041
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/js-libp2p-example-delegated-routing/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
export default {
build: {
target: 'es2022'
target: 'es2022',
outDir: '../dist',
emptyOutDir: true
},
optimizeDeps: {
esbuildOptions: { target: 'es2022', supported: { bigint: true } }
Expand Down

0 comments on commit ddd4041

Please sign in to comment.