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 11d9fb7 commit 236c902Copy full SHA for 236c902
1 file changed
src/cfg-resolve.js
@@ -62,6 +62,10 @@ export default ({input, flags = {}}) => {
62
root = config.root;
63
}
64
65
+ if (config?.allInOutput) {
66
+ allInOutput = config.allInOutput;
67
+ }
68
+
69
input = []
70
.concat(input && input.length > 0 ? input : config?.input)
71
.filter(Boolean)
0 commit comments