v2.0.0
2.0.0 (2023-02-14)
- feat: supports passing
includes
to specify the type ofconsole
that needs to be removed, for example like this:removeConsole({ includes: ["log", "warn", "error", "info", ...] })
, Ifincludes
is not passed,console.log
will be removed by default