-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating relative paths #135
Comments
No, that's not supported. We felt that root-relative paths were the safest default, because of things like Could you write a few lines about your use case? |
@thewilkybarkid, turns out it wasn't that much of a complication to implement 😅. Could you see if #136 does what you need? |
It's only for local development, where it's not necessarily being served from the root (PhpStorm's built-in server doesn't, likewise loading directly from the filesystem). Easy to work around by using serve or similar. |
Related to #134, is there a way to generate relative paths rather than root-relative?
I'm achieveing the same in Parcel with
--public-url ./
, but doesn't seem like--canonical-root
can support it?The text was updated successfully, but these errors were encountered: