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.

6 lines (5 loc) 127 B
export function cutPrefix(str, prefix) { return str.startsWith(prefix) ? str.slice(prefix.length) : str; }