babel plugin for remove classname
npm install babel-plugin-react-remove-classname



> babel plugin for remove classname
npm:
```
$ npm install --save-dev babel-plugin-react-remove-classname
yarn:
``
$ yarn add --dev babel-plugin-react-remove-classname
.babelrc
`js`
{
"plugins": ["react-remove-classname"]
}
Default: test-
`js
const hello = () =>
↓ ↓ ↓ ↓ ↓ ↓
const hello = () =>
Thanks goes to these wonderful people
(emoji key):
akameco 💻 📖 ⚠️ 🚇 |
This project follows the
all-contributors
specification. Contributions of any kind welcome!
MIT © akameco