Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 7ef603e

Browse files
dignifiedquiredaviddias
authored andcommitted
Switch to flat files stream
1 parent 8c3b662 commit 7ef603e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/get-files-stream.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function getFilesStream (files, opts) {
4343
}
4444

4545
single.end()
46-
return adder.pipe(vmps())
46+
return adder.pipe(vmps.flat())
4747
}
4848

4949
// vinylFile tries to cast a file object to a vinyl file.

0 commit comments

Comments
 (0)