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
nuxt3demo in playgrounds - perf: types
v2.1.0
2.1.0 (2023-02-28)
- feat: support retaining the specified console by configuring
externalValuewithout remove it, for example like this:removeConsole({ externalValue: ["这个不删", "noRemove", ...] })
v2.0.0
2.0.0 (2023-02-14)
- feat: supports passing
includesto specify the type ofconsolethat needs to be removed, for example like this:removeConsole({ includes: ["log", "warn", "error", "info", ...] }), Ifincludesis not passed,console.logwill be removed by default
v1.3.0
1.3.0 (2022-11-10)
- compatible with
esmandcjs
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)