We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd87b12 commit 979d0a4Copy full SHA for 979d0a4
packages/web/vitest.config.ts
@@ -31,7 +31,7 @@ const config: UserConfigExport = {
31
// Don't optimise these packages as they contain web workers and WASM files.
32
// https://github.com/vitejs/vite/issues/11672#issuecomment-1415820673
33
exclude: ['@journeyapps/wa-sqlite', '@powersync/web'],
34
- include: ['bson']
+ include: ['bson', 'comlink']
35
},
36
plugins: [wasm(), topLevelAwait()],
37
test: {
0 commit comments