browserify / browserify/path-browserify
path.relative ignore backslash
Open
- Dominant language
- JavaScript
- Stars
- 192
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
On windows, path uses backslash instead of forward slash, it will fail to resolve the relative path if given a path with backslash. A simple fix could be to fix the string passed by user with something such as `.replace(/\\/g, "/")`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.