-
Notifications
You must be signed in to change notification settings - Fork 200
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
Add flag to change which folder is the "base" for -o, input or output #1646
Comments
Would this allow me to use absolute URLs to imports? E.g. '/path/to/local/import' could be resolved from any other local path using this option? |
That sounds like you want a different option that sets the server root. This issue was for allowing the creation of a build that can be copied into multiple folders and keep the same path information. |
Thanks for clarifying. Is there an open issue for the server root option feature? I noticed by default they are excluded with the |
Not yet it doesn't, but that sounds like a reasonable thing to add. I'll open another issue to track that. |
👍 |
👍 What's the status of this...? I'd certainly find it very useful! |
👍 I need the base path to be based on my output path if I have |
This bug is no longer relevant. As of 1.0, vulcanize allows for custom file loaders and returns text instead of writing files. |
Default will be "input", add
-r
or--rel-to-output
The text was updated successfully, but these errors were encountered: