We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ba774 commit 6eedafeCopy full SHA for 6eedafe
1 file changed
packages/vue/vitest.config.ts
@@ -9,8 +9,7 @@ const config: UserConfigExport = {
9
optimizeDeps: {
10
// Don't optimise these packages as they contain web workers and WASM files.
11
// https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
12
- exclude: ['@journeyapps/wa-sqlite', '@powersync/web'],
13
- include: ['bson', 'async-mutex', 'comlink']
+ exclude: ['@journeyapps/wa-sqlite']
14
},
15
plugins: [],
16
test: {
0 commit comments