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 027c570 commit 9c98fbaCopy full SHA for 9c98fba
tools/utils.js
@@ -81,7 +81,7 @@ function getTargetedExtracts(value) {
81
.filter(v => typeof v.file === 'string' && v.file.match(reExtractFile))
82
.map(v => v.file);
83
}
84
- else if (typeof value === 'string') {
+ else if (typeof value === 'string' && value.match(reExtractFile)) {
85
return [value];
86
87
else {
0 commit comments