Skip to content

Commit 6eedafe

Browse files
chore: update missed vitest config (#831)
1 parent b4ba774 commit 6eedafe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/vue/vitest.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const config: UserConfigExport = {
99
optimizeDeps: {
1010
// Don't optimise these packages as they contain web workers and WASM files.
1111
// https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
12-
exclude: ['@journeyapps/wa-sqlite', '@powersync/web'],
13-
include: ['bson', 'async-mutex', 'comlink']
12+
exclude: ['@journeyapps/wa-sqlite']
1413
},
1514
plugins: [],
1615
test: {

0 commit comments

Comments
 (0)