Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jstors/farm-plugin-remove-console

✂️ farm's plugin of remove console
https://github.com/jstors/farm-plugin-remove-console

Last synced: about 2 months ago
JSON representation

✂️ farm's plugin of remove console

Awesome Lists containing this project

README

        

# farm-plugin-remove-console

![NPM Version](https://img.shields.io/npm/v/farm-plugin-remove-console)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jstors/farm-plugin-remove-console/build.yaml)

Remove all console.log in the production environment .

## Usage

```shell
pnpm install -D farm-plugin-remove-console
```

```ts

export default defineConfig({
plugins: [
[
'farm-plugin-remove-console',
{
// plugin options
// include: ["./src/**/*"],
},
],
],
});

```

## feature options
- [x] include
- [x] exclude
- [ ] customRegex