0.0.1 • Published 1 year ago

@jstors/farm-plugin-remove-console v0.0.1

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

farm-plugin-remove-console

Remove all console.log in the production environment .

feature options

  • include
  • exclude
  • customRegex

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