mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix(build): externalize optional baileys image backends
This commit is contained in:
@@ -198,9 +198,11 @@ const explicitNeverBundleDependencies = [
|
||||
"@larksuiteoapi/node-sdk",
|
||||
"@matrix-org/matrix-sdk-crypto-nodejs",
|
||||
"@vitest/expect",
|
||||
"jimp",
|
||||
"matrix-js-sdk",
|
||||
"prism-media",
|
||||
"qrcode-terminal",
|
||||
"sharp",
|
||||
"typescript",
|
||||
"vitest",
|
||||
].toSorted((left, right) => left.localeCompare(right));
|
||||
|
||||
Reference in New Issue
Block a user