We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
saveRemote
false
I'm running into an issue where a remote URL that I don't want saved is being fetched despite saveRemote being false.
It looks like this might have been intentional, but I'm not sure I understand why.
inline-source/src/load.js
Lines 22 to 31 in bc91b4f
In my case, this is causing the entire operation to error out because the URL isn't accessible from the build machine where I run inline-source.
inline-source
Is there any way to change this?
Or at least not bail when the request fails?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running into an issue where a remote URL that I don't want saved is being fetched despite
saveRemote
beingfalse
.It looks like this might have been intentional, but I'm not sure I understand why.
inline-source/src/load.js
Lines 22 to 31 in bc91b4f
In my case, this is causing the entire operation to error out because the URL isn't accessible from the build machine where I run
inline-source
.Is there any way to change this?
Or at least not bail when the request fails?
The text was updated successfully, but these errors were encountered: