1.0.2 • Published 6 years ago
babel-plugin-transform-react-render-log v1.0.2
babel-plugin-transform-react-render-log
This plugin add log outputs to every component render method
Installation
npm install babel-plugin-transform-react-render-log --save-dev
Usage
Via .babelrc
(Recommended)
.babelrc
// without options
{
"plugins": ["transform-react-render-log"]
}