UNPKG

@web/rollup-plugin-html

Version:
10 lines 383 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createError = exports.NOOP_IMPORT = void 0; const PLUGIN = '[@web/rollup-plugin-html]'; exports.NOOP_IMPORT = { importPath: '@web/rollup-plugin-html-noop' }; function createError(msg) { return new Error(`${PLUGIN} ${msg}`); } exports.createError = createError; //# sourceMappingURL=utils.js.map