@web/rollup-plugin-html
Version:
Rollup plugin for bundling HTML files
15 lines (12 loc) • 364 B
text/typescript
import { rollupPluginHTML, RollupPluginHtml } from './rollupPluginHTML.js';
export {
InputHTMLOptions,
RollupPluginHTMLOptions,
GeneratedBundle,
EntrypointBundle,
TransformHtmlArgs,
TransformHtmlFunction,
TransformAssetFunction,
} from './RollupPluginHTMLOptions.js';
export { rollupPluginHTML, RollupPluginHtml };
export default rollupPluginHTML;