0.0.1 • Published 1 year 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
1 year ago