Skip to content

AddressableManifest

Defined in: asset/AddressableManifest.ts:40

groups: Record<string, AddressableManifestGroup>

Defined in: asset/AddressableManifest.ts:52


optional revision?: string

Defined in: asset/AddressableManifest.ts:51

Build content revision — a stable hash over every asset’s contentHash (see deriveManifestRevision). Two builds share a revision iff they ship byte-identical content under the same addressable keys, so a changed / added / removed asset flips it. It is the fast gate for “is there an update?”; the per-asset contentHash diff stays authoritative on WHAT changed. Optional — absent on legacy manifests, where the diff falls back to comparing contentHashes (or build paths) directly.


version: "2.0"

Defined in: asset/AddressableManifest.ts:41