IpcMessageCommand
IpcMessageCommand
Represents HMR inter-process communication messages.
Signature
interface IpcMessageCommand {
    event: HMREventType;
    path: string;
    id?: string;
}
Represents HMR inter-process communication messages.
interface IpcMessageCommand {
    event: HMREventType;
    path: string;
    id?: string;
}