Keep matrix SDK external in bundle checks

This commit is contained in:
Tak Hoffman
2026-03-27 23:39:45 -05:00
parent 363038828f
commit 7779205aa1
2 changed files with 7 additions and 1 deletions

View File

@@ -155,7 +155,7 @@ export default defineConfig([
// and bundled hooks in one graph so runtime singletons are emitted once.
entry: buildUnifiedDistEntries(),
deps: {
neverBundle: ["@lancedb/lancedb"],
neverBundle: ["@lancedb/lancedb", "@matrix-org/matrix-sdk-crypto-nodejs", "matrix-js-sdk"],
},
}),
]);