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 25bd513 commit c921adeCopy full SHA for c921ade
src/cli/cmds/intl_cmds/extract.js
@@ -114,7 +114,7 @@ exports.builder = (yargs) => yargs
114
})
115
.option('babel-rc', {
116
alias: 'r',
117
- describe: 'Specify babelrc location (while take precedence over --babel-config if used)',
+ describe: 'Specify .babelrc location (will take precedence over --babel-config if used)',
118
});
119
exports.handler = (argv) => {
120
argv.path = acceptDotPath(argv.path, process.cwd());
0 commit comments