Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use path.resolve instead of path.join for sourceRoot
Thanks to @aibaars, `path.resolve()` should will nicely handle more use-cases, namely absolute paths better than `path.join()`. Co-authored-by: Arthur Baars <aibaars@github.com>
- Loading branch information