 
npm install farm-plugin-remove-console!NPM Version
!GitHub Actions Workflow Status
Remove all console.log in the production environment .
``shell`
pnpm install -D farm-plugin-remove-console
`ts
export default defineConfig({
plugins: [
[
'farm-plugin-remove-console',
{
// plugin options
// include: ["./src/*/"],
},
],
],
});
``