We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0b20 commit 2455d48Copy full SHA for 2455d48
README.md
@@ -191,7 +191,8 @@ file). `baseURI` can be either:
191
like this: `${baseURI}${target}`
192
2. If your `baseURI` is a function, it will be the return value of your
193
function. The function will be provided with two arguments: `target` and
194
- `path.basename(target)`.
+ `path.basename(target)` (except for `faucet-pipeline-static`, where the
195
+ second argument is the path to the file relative to the target).
196
197
For example, it might look like this:
198
0 commit comments