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 343aa03 commit e41d220Copy full SHA for e41d220
1 file changed
src/cfg-resolve.js
@@ -23,5 +23,5 @@ export default ({input, flags = {}}) => {
23
output,
24
root,
25
allInOutput
26
- }, use || {}, config || {});
+ }, config || {}, use || {});
27
};
0 commit comments