UNPKG

html-render-webpack-plugin

Version:

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

9 lines (8 loc) 269 B
import { FileSystem, ExtraGlobals } from "./common-types"; declare const _default: ({ fileName, fileSystem, rootDir, extraGlobals, }: { fileName: string; fileSystem: FileSystem; extraGlobals: ExtraGlobals; rootDir: string; }) => any; export = _default;