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.

7 lines 280 B
import type { IndexHtmlTransformHook, Plugin } from "vite"; export declare function resolveHtmlTransforms(plugins: readonly Plugin[]): [ IndexHtmlTransformHook[], IndexHtmlTransformHook[], IndexHtmlTransformHook[] ]; //# sourceMappingURL=resolveHtmlTransforms.d.ts.map