Interface: HMRMessageBody

Represent Hot Module Replacement Update body.

internal

Table of contents

Properties

Properties

errors

errors: undefined | StatsError[]

Defined in

packages/repack/src/types.ts:188


hash

hash: string

Defined in

packages/repack/src/types.ts:186


modules

modules: Record<string, string>

Defined in

packages/repack/src/types.ts:189


name

name: string

Defined in

packages/repack/src/types.ts:184


time

time: number

Defined in

packages/repack/src/types.ts:185


warnings

warnings: undefined | StatsError[]

Defined in

packages/repack/src/types.ts:187