Skip to content

Commit

Permalink
js examples: add vite dev build bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Oct 13, 2024
1 parent 58b1f4e commit 4fbde03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion javascript/examples/vite/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ import { defineConfig } from 'vite'
export default defineConfig({
build: {
target: 'esnext',
}
},
optimizeDeps: { // https://github.com/vitejs/vite/issues/13756
exclude: ['evmole'],
},
})

0 comments on commit 4fbde03

Please sign in to comment.