UNPKG

webpack-hot-client

Version:

A client for enabling, and interacting with, webpack Hot Module Replacement

6 lines (5 loc) 131 B
module.exports = class HotClientError extends Error { constructor(message) { super(`webpack-hot-client: ${message}`); } };