馃悰 bug report
package.json
{
"name": "parcel-test",
"version": "0.1.0",
"devDependencies": {
"parcel-bundler": "git://github.com/parcel-bundler/parcel.git"
}
}
index.html
<html>
<body>
<a href="/b">CLICK ME</a>
</body>
</html>
And run command:
parcel build src/index.html
No error
Thrown an error with message Cannot resolve dependency './..\..\..\..\b'
| Software | Version(s)
| ---------------- | ----------
| Parcel | master branch
| Node | 8.9.3
| npm/Yarn | Yarn 1.2.1
| Operating System | Windows 10 x64
Will look into this
I have a bug as same as u. waiting for the resolved.
Is this similar to #191?
No #191 had to do with something else, i'm not sure why it accured and guess it got fixed through a PR somewhere along the way
<a href="/b">CLICK ME</a>
馃槨
<a href="./b">CLICK ME</a>
馃槞
@nakoo I tried but still error.
Most helpful comment
馃槨
馃槞