Expand description
Diffing and merging of Ecmascript chunk contents for hot module replacement.
Each module covers both the single-chunk and the merged (multi-chunk) case, the latter being what a chunk list produces a single update from.
Structsยง
- Ecmascript
Merged Chunk Content - Composite [
VersionedContent] that is the result of merging multiple Ecmascript chunk contents together through thesuper::merger::EcmascriptChunkContentMerger. This allows a chunk list to produce a singleEcmascriptMergedUpdatefor multiple chunks updating at the same time.