Skip to content

Commit

Permalink
Merge branch 'master' into some-performance-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 authored Oct 5, 2024
2 parents 2026979 + 3136bd2 commit e738cab
Show file tree
Hide file tree
Showing 145 changed files with 5,080 additions and 2,531 deletions.
5 changes: 1 addition & 4 deletions config/vitest.config.browser.mts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from 'vitest/config'
import { nodePolyfills } from 'vite-plugin-node-polyfills'
import wasm from 'vite-plugin-wasm'

const config = defineConfig({
Expand All @@ -16,11 +15,9 @@ const config = defineConfig({
},
plugins: [
wasm(),
nodePolyfills({
include: ['util', 'fs', 'buffer', 'path'],
}),
],
optimizeDeps: {

exclude: ['kzg-wasm'],
},
})
Expand Down
Loading

0 comments on commit e738cab

Please sign in to comment.