Releases: xiaoxian521/vite-plugin-remove-console
Releases · xiaoxian521/vite-plugin-remove-console
v2.2.0
v2.1.1
2.1.1 (2023-04-26)
- feat: add
nuxt3
demo in playgrounds - perf: types
v2.1.0
2.1.0 (2023-02-28)
- feat: support retaining the specified console by configuring
externalValue
without remove it, for example like this:removeConsole({ externalValue: ["这个不删", "noRemove", ...] })
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
v1.3.0
1.3.0 (2022-11-10)
- compatible with
esm
andcjs
v1.2.0
perf: provides friendlier type deduction
v1.1.0
v1.0.4
fix: path translation problem of external
parameter value in windows platform
v1.0.3
v1.0.0
1.0.0 (2022-06-16)
- release(1.0.0)