UNPKG

@web/rollup-plugin-html

Version:
6 lines (4 loc) 123 B
import path from 'path'; export function toBrowserPath(filePath: string) { return filePath.split(path.sep).join('/'); }