oliviertassinari / babel-plugin-transform-react-remove-prop-types

Remove unnecessary React propTypes from the production build. :balloon:
MIT License
897 stars 61 forks source link

Option to include only certain files #190

Open orestis-z opened 4 years ago

orestis-z commented 4 years ago

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