UNPKG

hl-webpack-import-meta-loader

Version:

内部使用webpack-import-meta-loader版本

6 lines (4 loc) 190 B
const path = require('path'); module.exports = function toBrowserPath(filePath, _path = path) { return filePath.replace(new RegExp(_path.sep === '\\' ? '\\\\' : _path.sep, 'g'), '/'); };