.
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import path from 'path';
|
||||
export function normalizePath(file) {
|
||||
return path.sep === '\\' ? file.replace(/\\/g, '/') : file;
|
||||
}
|
||||
|
||||
//# sourceMappingURL=normalize-path.js.map
|
||||
Reference in New Issue
Block a user