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.
- Host: GitHub
- URL: https://github.com/tizee/babel-plugin-remove-consolelog
- Owner: tizee
- Created: 2021-06-17T10:22:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T12:54:35.000Z (about 5 years ago)
- Last Synced: 2025-02-16T03:34:24.385Z (over 1 year ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]
}
```