babel-plugin-remove-log

1.0.1 • Public • Published

babel-plugin-remove-log

Remove your colleagues' annoying console.log.

Install

First, You should have installed git, and then:

npm install babel-plugin-remove-log --save-dev

Usage

Use with babel:

{
  "plugins": [["babel-plugin-remove-log"]]
}

options

Property Description Type Default
disabledCurrentUser Remove console.log that you have committed boolean false
users Don't remove console.log of these users string[] -

How it works?

Use git blame to find your colleagues' console.log statements and remove them.

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-remove-log

Weekly Downloads

9

Version

1.0.1

License

MIT

Unpacked Size

3.4 kB

Total Files

3

Last publish

Collaborators

  • jrr997