Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix sourceMap path separator on Windows, default sourceRoot to "" (
#51) This enforces separator '/' is used for any OS. It also changed sourceRoot default value from process.cwd() to empty string, because local directory is irrelevant in browser where sourceMap is consumed. closes #47
- Loading branch information