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 2c5481f commit 2ab00aaCopy full SHA for 2ab00aa
1 file changed
README.md
@@ -879,9 +879,9 @@ export default templateIterator
879
880
Use the simplest return type that fits your needs:
881
882
-| Return type | Multiple outputs | Custom filename | Use when |
+| Return type | Multiple outputs | Custom output path | Use when |
883
|---|---|---|---|
884
-| String | No | No (derived from template filename) | Single file, filename from template name |
+| String | No | No (derived from template filename) | Single file, output path derived from template filename |
885
| Object | No | Yes | Single file with a custom output path |
886
| Array | Yes | Yes | Fixed set of output files known at build time |
887
| AsyncIterator | Yes | Yes | Dynamic or unknown number of outputs at build time |
0 commit comments