babel-plugin-transform-react-remove-prop-types
babel-plugin-transform-react-remove-prop-types copied to clipboard
Option to include only certain files
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