Skip to content

v2.0.0

Compare
Choose a tag to compare
@xiaoxian521 xiaoxian521 released this 14 Feb 05:09
· 19 commits to main since this release

2.0.0 (2023-02-14)

  • feat: supports passing includes to specify the type of console that needs to be removed, for example like this: removeConsole({ includes: ["log", "warn", "error", "info", ...] }), If includes is not passed, console.log will be removed by default