An open API service indexing awesome lists of open source software.

https://github.com/tizee/babel-plugin-remove-consolelog

A simple Babel plugin for removing console.log statement expression.
https://github.com/tizee/babel-plugin-remove-consolelog

Last synced: 9 months ago
JSON representation

A simple Babel plugin for removing console.log statement expression.

Awesome Lists containing this project

README

          

# babel-plugin-remove-consolelog

A babel plugin to remove console.log statements from output code.

## Install

npm

```
npm install babel-plugin-remove-consolelog --save-dev
```

yarn

```
yarn add babel-plugin-remove-consolelog --dev
```

## Usage

```json
{
"plugins": ["babel-plugin-remove-consolelog"]
}
```