joshwcomeau / guppy

🐠A friendly application manager and task runner for React.js
ISC License
3.27k stars 154 forks source link

Remove path.replace for leading slash #321

Closed melanieseltzer closed 5 years ago

melanieseltzer commented 5 years ago

Related Issue:

Fixes #320

Summary:

Removing the leading slash was not working for me on Mac. Removing this behavior fixes the issue, but I am not sure why it was there in the first place. Is it necessary on Linux? Should we put it behind a check for OS?