UNPKG

@rendela/vite

Version:

A tool for pre-rendering pages of your SPA to improve SEO and performance

7 lines (6 loc) 193 B
import { Plugin } from "vite"; export default function rendela(): Plugin; export * from "./server.js"; export * from "./config.js"; export * from "./crawler.js"; export * from "./logUtils.js";