@jstors/farm-plugin-remove-console
v0.0.1
Published
Remove all console.log in the production environment .
Downloads
3
Readme
farm-plugin-remove-console
Remove all console.log in the production environment .
feature options
- [x] include
- [x] exclude
- [ ] customRegex
export default defineConfig({
plugins: [
[
'farm-plugin-remove-console',
{
// plugin options
// include: ["./src/**/*"],
},
],
],
});