UNPKG

html-render-webpack-plugin

Version:

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

11 lines (10 loc) 196 B
export default function exampleRender({ webpackStats }) { return JSON.stringify( { name: webpackStats.name, assets: webpackStats.assetsByChunkName, }, null, 2 ); }