@xemahq/biome-web-remote-builder
v0.8.0
Published
Host-agnostic deterministic builder for Xema web-biome Module Federation artifacts.
Readme
@xemahq/biome-web-remote-builder
Builds one canonical target: web biome into a deterministic Module Federation
remote. The library and CLI accept the biome manifest, its source root, and the
output directory directly; they never search or mutate a host checkout.
The manifest must contain exactly one v4 web-bundle / static-bundle
component for the xema-web-host ABI. Its artifact.path and static root must
both name the requested output directory, so an authored manifest cannot claim
source files are a built artifact.
xema-build-web-biome \
--manifest ./xema-biome.json \
--source-root . \
--output ./dist \
--jsonThe output contains remoteEntry.js, deterministic content-hashed chunks,
browser-enforced SHA-384 chunk integrity, chunk-integrity.json, and
mf-remote-meta.json. Runtime singletons and generated Xema clients are
consumed from the host share scope with no local fallback.
