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.

4 lines (3 loc) 180 B
import fs from 'fs'; import { fileURLToPath } from 'url'; export const { version } = JSON.parse(fs.readFileSync(fileURLToPath(import.meta.resolve("../package.json"))).toString());