UNPKG

vite-plugin-public-path

Version:

Vite's equivalent of `__webpack_public_path__` in Webpack. Works for `index.html` and modern/legacy build.

3 lines (2 loc) 158 B
import { ViteConfig, Options } from ".."; export declare function processHtml(config: ViteConfig, options: Options, _fileName: string, html: string): string;