1.0.1 • Published 1 year ago

babel-plugin-remove-log v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

PropertyDescriptionTypeDefault
disabledCurrentUserRemove console.log that you have committedbooleanfalse
usersDon't remove console.log of these usersstring[]-

How it works?

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

1.0.1

1 year ago

1.0.0

1 year ago