Skip to content

Commit e41d220

Browse files
committed
fix: priority use higher than config
1 parent 343aa03 commit e41d220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cfg-resolve.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ export default ({input, flags = {}}) => {
2323
output,
2424
root,
2525
allInOutput
26-
}, use || {}, config || {});
26+
}, config || {}, use || {});
2727
};

0 commit comments

Comments
 (0)