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

0.1.8 • 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

/farm-plugin-remove-console/

    Package Sidebar

    Install

    npm i farm-plugin-remove-console

    Weekly Downloads

    562

    Version

    0.1.8

    License

    MIT

    Unpacked Size

    7.11 kB

    Total Files

    6

    Last publish

    Collaborators

    • liuqh