UNPKG

vite-plugin-font

Version:

An automatic Web Font optimization plugin that supports many platforms such as Vite, Next, Nuxt, and more.

13 lines (8 loc) 329 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const path = require('path'); const normalizePathRegExp = new RegExp(`\\${path.win32.sep}`, "g"); function normalizePath(filename) { return filename.replace(normalizePathRegExp, path.posix.sep); } exports.normalizePath = normalizePath;