find-classname-plugin
v1.0.2
Published
A Babel Plugin that finds classnames what you want and console them information.
Downloads
3
Readme
find-classname-plugin
A Babel Plugin that finds classnames what you want and console them information.
Installation
# use npm
$ npm i find-classname-plugin
# use yarn
$ yarn add find-classname-plugin
Usage
- use
npm i
oryarn install
command to install all dependencies. - configure your babel in your project that mean
babel.config.js
. - specify your babel plugin as
find-classname-plugin
. - happy hacking.