/babel-plugin-react-remove-classname-test

babel plugin for remove classname

Primary LanguageJavaScriptMIT LicenseMIT

Moved check akameco/babel-plugin-react-remove-classname

babel-plugin-react-remove-classname-test

Build Status tested with jest styled with prettier All Contributors

babel plugin for remove classname

Install

$ npm install babel-plugin-react-remove-classname-test

Usage

.babelrc

{
  "plugins": ["react-remove-classname-test"]
}

Options

prefix

Default: test-

Examples

const hello = () => <div className="test-a hello test-b"></div>

           

const hello = () => <div className="hello"></div>

Contributors

Thanks goes to these wonderful people (emoji key):


akameco

💻 📖 ⚠️ 🚇

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT © akameco