farm-plugin-remove-console
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

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

  • [x] include
  • [x] exclude
  • [ ] customRegex

Readme

Keywords

none

Package Sidebar

Install

npm i farm-plugin-remove-console

Weekly Downloads

293

Version

0.1.6

License

MIT

Unpacked Size

7.11 kB

Total Files

6

Last publish

Collaborators

  • liuqh