UNPKG

vite-plugin-singlefile-compression

Version:

Compress all assets and embeds them into `dist/index.html`, making it convenient to share as a single HTML file.

5 lines (4 loc) 191 B
import { PluginOption } from "vite"; import { Options } from "./options.js"; export declare function singleFileCompression(opt?: Options): PluginOption; export default singleFileCompression;