UNPKG

html-render-webpack-plugin

Version:

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

12 lines (9 loc) 269 B
export default class RenderError extends Error { constructor(error: Error) { super( `html-render-webpack-plugin: An error occurred during render: \n${error}` ); this.name = "RenderError"; Error.captureStackTrace(this, this.constructor); } }