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