Skip to content

Commit

Permalink
Obsolete deps cleanup (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored Apr 5, 2024
1 parent ad6c603 commit 93286f3
Show file tree
Hide file tree
Showing 3 changed files with 1,465 additions and 3,508 deletions.
7 changes: 0 additions & 7 deletions config/vitest.browser.config.mts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { defineConfig } from 'vitest/config'
import { nodePolyfills } from 'vite-plugin-node-polyfills'
import dynamicImport from 'vite-plugin-dynamic-import'
import wasm from 'vite-plugin-wasm'

const config = defineConfig({
Expand All @@ -13,17 +12,11 @@ const config = defineConfig({
isolate: false
},
},
resolve: {
alias: {
'node:stream/web': 'web-streams-polyfill/es2018',
},
},
plugins: [
wasm(),
nodePolyfills({
include: ['util', 'fs', 'buffer', 'path'],
}),
dynamicImport()
],
optimizeDeps: {
exclude: ['kzg-wasm'],
Expand Down
Loading

0 comments on commit 93286f3

Please sign in to comment.