Skip to content

Commit

Permalink
fix: priority use higher than config
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Aug 10, 2020
1 parent 343aa03 commit e41d220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfg-resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ export default ({input, flags = {}}) => {
output,
root,
allInOutput
}, use || {}, config || {});
}, config || {}, use || {});
};

0 comments on commit e41d220

Please sign in to comment.