UNPKG

@omnia/tooling-vue

Version:

Used to bundle and serve manifests web component that build on Vue framework.

11 lines (10 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorHMR = void 0; class ErrorHMR extends Error { constructor(message) { super(message); this.name = 'omnia-hmr'; } } exports.ErrorHMR = ErrorHMR;