UNPKG

html-render-webpack-plugin

Version:

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

9 lines (6 loc) 212 B
import chalk from "chalk"; import debug from "debug"; export const log = debug("HTMLRenderPlugin"); export const logError = (...args: any[]) => { console.log(chalk.red("🚨 HtmlRenderPlugin:"), ...args); };