UNPKG

@web/rollup-plugin-html

Version:
17 lines (14 loc) 334 B
import { ScriptModuleTag } from '../RollupPluginHTMLOptions'; export interface InputAsset { filePath: string; hashed: boolean; content: Buffer; } export interface InputData { html: string; name: string; moduleImports: ScriptModuleTag[]; inlineModules: ScriptModuleTag[]; assets: InputAsset[]; filePath?: string; }