UNPKG

html-render-webpack-plugin

Version:

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

10 lines (8 loc) 163 B
/* global anExtraGlobalValue */ export default function exampleRender() { return `<html> <body> anExtraGlobalValue: ${anExtraGlobalValue} </body> </html>`; }