mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:00:50 +00:00
build(release): keep qrcode terminal external
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
passesManifestOwnerBasePolicy,
|
||||
} from "./manifest-owner-policy.js";
|
||||
import { loadPluginManifestRegistryForInstalledIndex } from "./manifest-registry-installed.js";
|
||||
import type { PluginManifestRegistry } from "./manifest-registry.js";
|
||||
import type { PluginManifestRecord, PluginManifestRegistry } from "./manifest-registry.js";
|
||||
import {
|
||||
loadPluginRegistrySnapshot,
|
||||
normalizePluginsConfigWithRegistry,
|
||||
|
||||
@@ -126,6 +126,7 @@ const explicitNeverBundleDependencies = [
|
||||
"@lancedb/lancedb",
|
||||
"@matrix-org/matrix-sdk-crypto-nodejs",
|
||||
"matrix-js-sdk",
|
||||
"qrcode-terminal",
|
||||
].toSorted((left, right) => left.localeCompare(right));
|
||||
|
||||
function shouldNeverBundleDependency(id: string): boolean {
|
||||
|
||||
Reference in New Issue
Block a user