babel-plugin-log-consolations
v0.1.0
Published
Tells you where you called console.log from
Downloads
7
Readme
babel-plugin-log-consolations
Tells you where you called console.log from.
Installation
$ yarn add --dev babel-plugin-log-consolations
Usage
Via .babelrc
.babelrc
{
"plugins": ["babel-plugin-log-consolations"]
}
Credits
Made using generator-babel-plugin but the tests from babel-handbook.