/parcel-relative-path

bug repro for parcel 2

Primary LanguageHTMLMIT LicenseMIT

this is a repro repository for a parcel bug regarding relative path containing ".."

to reproduce:

cd library
yarn
yarn dev # this works ✅

then:

cd front
yarn
yarn dev:front # this works ✅
yarn dev:library # this doesn't work ⛔
yarn dev # this doesn't work either ⛔