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