UNPKG

@wroud/vite-plugin-ssg

Version:

A Vite plugin for static site generation (SSG) with React. Renders React applications to static HTML for faster load times and improved SEO.

8 lines 233 B
import type { HtmlTagDescriptor } from "vite"; export interface IEntryDescriptor { chunk: string; entry: string; main?: IEntryDescriptor; htmlTags: HtmlTagDescriptor[]; } //# sourceMappingURL=IEntryDescriptor.d.ts.map