babel-plugin-transform-react-remove-prop-types icon indicating copy to clipboard operation
babel-plugin-transform-react-remove-prop-types copied to clipboard

Option to include only certain files

Open orestis-z opened this issue 5 years ago • 0 comments

How can I include only certain filenames, or ignore all filenames except files X, Y, Z? I tried /^((?!file-X).)*$/ regex in ignoreFilenames but that didn't do the trick

orestis-z avatar Feb 06 '20 15:02 orestis-z