59,60c59,60
<       
<       if (!path.isAbsolute(name)) {
---
> 
>       if (name[0] !== '/') {
68c68
<       const relPath = './' + (path.relative(this.root, name)).replace(/\\/g, '\/') ;
---
>       const relPath = './' + path.relative(this.root, name);
