2.2.0 (2023-12-04)
- feat: add
custom
api, Completely customize the statements that need to be removed, which will overwriteincludes
, for example like this:removeConsole({ custom: ["console.log()", "console.warn()", "debugger", ...] })
custom
api, Completely customize the statements that need to be removed, which will overwrite includes
, for example like this: removeConsole({ custom: ["console.log()", "console.warn()", "debugger", ...] })