Dashboard › opencode-lore › Distillation
fda6c547-21c3-400c-b8d5-95f0dfc6f953["lore_tm_v1_EqrsKDGrFRpr4OrPT2jtl4HXbhvIkU9Ww3JTqlmg10Q"]
Date: Sep 17, 2026
undici@7 import in fetch.ts is never bundled or evaluated under Bun; the Bun path uses native fetch, never touches or imports undici, and therefore undici is safe as a devDependency only.new Worker(...).node22, uses platform: "node" and conditions: ["node"], removes legal comments with legalComments: "none", and externalizes bun:* and node:*.@sentry/bun → @sentry/node remapping to the CJS and ESM builds because @sentry/node works in the Node-targeted output.dist/vector-worker.cjs; its binary build uses a separate vendored URL path represented by __LORE_VENDOR_WORKER_URL__.SENTRY_AUTH_TOKEN is set, logs ✓ Sourcemaps uploaded to Sentry on success, and deletes .map files after successful upload so they do not ship to users.