Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jstors/farm-plugin-remove-console
- Owner: jstors
- Created: 2024-04-10T03:57:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T12:42:51.000Z (7 months ago)
- Last Synced: 2024-06-12T16:17:44.321Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-farm - `farm-plugin-remove-console`
- awesome-farm - `farm-plugin-remove-console`
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