Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 623 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 623 Bytes

farm-plugin-remove-console

NPM Version GitHub Actions Workflow Status

Remove all console.log in the production environment .

Usage

pnpm install -D farm-plugin-remove-console
export default defineConfig({
  plugins: [
    [
      'farm-plugin-remove-console',
      {
        // plugin options
        // include: ["./src/**/*"],
      },
    ],
  ],
});

feature options

  • include
  • exclude
  • customRegex