Search Docs
Represent Hot Module Replacement Update message. Used by WebSocketHMRServer and WebpackHMRClient.
WebpackHMRClient
internal
• action: "building" | "built" | "sync"
"building"
"built"
"sync"
packages/repack/src/types.ts:199
• body: null | HMRMessageBody
null
HMRMessageBody
packages/repack/src/types.ts:200