Two both-side changes, resolved without rewriting history:
- packages/web-templates/src/export-html/build.mjs: main (#11372) raised the
document-runtime budget to 4,200,000 / 4,300,000 for a combined JS+CSS
measurement of 4,133,282 bytes at c3023b3e6d. This branch lifts the ~2.3 MB
component stylesheet out into export-transcript-document.css, so the JS-only
budget stands (1,870,000 warning / 1,930,000 max against a measured
1,833,894 bytes of JS) and the comment now records both measurements instead
of silently dropping main's.
- scripts/copy_bundle_assets.js: main added the musl/glibc filter over the
@opentui/core-* native libraries inside copyOpenTuiAssets; this branch made
the HTML export renderer copy all-or-nothing over the JS and the new CSS in a
different function. Three-way merge is clean, both changes kept.
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>