We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b4ab9 commit ee80ac4Copy full SHA for ee80ac4
readme.markdown
@@ -193,7 +193,8 @@ The output format for `fr` and each of the `fr` sub-streams given by each
193
194
`opts.o` or `opts.outputs` should be an array that pairs up with the `files` array to specify
195
where each bundle output for each entry file should be written. The elements in
196
-`opts.o` can be string filenames or writable streams.
+`opts.o` can be string filenames, writable streams, or functions that return a
197
+string filename or writable stream.
198
199
`opts.entries` or `opts.e` should be the array of entry files to create
200
a page-specific bundle for each file. If you don't pass in an `opts.entries`,
0 commit comments