Interface: HMRMessage

Represent Hot Module Replacement Update message. Used by WebSocketHMRServer and WebpackHMRClient.

internal

Table of contents

Properties

Properties

action

action: "building" | "built" | "sync"

Defined in

packages/repack/src/types.ts:199


body

body: null | HMRMessageBody

Defined in

packages/repack/src/types.ts:200