0.1.8 • Published 1 year ago

farm-plugin-remove-console v0.1.8

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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
0.1.8

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.0.0

1 year ago