Skip to content

Commit 236c902

Browse files
committed
fix: allInOutput config in JSON is ignored, close #330
1 parent 11d9fb7 commit 236c902

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/cfg-resolve.js

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ export default ({input, flags = {}}) => {
6262
root = config.root;
6363
}
6464

65+
if (config?.allInOutput) {
66+
allInOutput = config.allInOutput;
67+
}
68+
6569
input = []
6670
.concat(input && input.length > 0 ? input : config?.input)
6771
.filter(Boolean)

0 commit comments

Comments
 (0)