UNPKG

html-render-webpack-plugin

Version:

webpack plugin for rendering static HTML in a multi-config webpack build

14 lines 582 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.logError = exports.log = void 0; const chalk_1 = __importDefault(require("chalk")); const debug_1 = __importDefault(require("debug")); exports.log = debug_1.default("HTMLRenderPlugin"); const logError = (...args) => { console.log(chalk_1.default.red("🚨 HtmlRenderPlugin:"), ...args); }; exports.logError = logError; //# sourceMappingURL=logging.js.map