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.

5 lines 271 B
import { type PluginOption } from "vite"; import type { SsgPluginOptions } from "./SsgPluginOptions.js"; export * from "./react/IndexComponent.js"; export declare const ssgPlugin: (pluginOptions?: SsgPluginOptions) => PluginOption; //# sourceMappingURL=ssgPlugin.d.ts.map