Releases: webpack-contrib/terser-webpack-plugin
Releases · webpack-contrib/terser-webpack-plugin
v5.3.1
5.3.1 (2022-02-01)
Bug Fixes
- use TerserECMA type to fix type mismatch (#471) (68920cd)
v5.3.0
5.3.0 (2021-12-16)
Features
- removed cjs wrapper and generated types in commonjs format (
export =
and namespaces
used in types), now you can directly use exported types (#463) (34fadde)
v5.2.5
5.2.5 (2021-11-08)
Bug Fixes
- output readable esbuild warnings (9431b32)
v5.2.4
5.2.4 (2021-09-09)
Bug Fixes
v5.2.3
5.2.3 (2021-09-03)
Bug Fixes
v5.2.2
5.2.2 (2021-09-03)
Bug Fixes
- types for optional dependencies have been removed in favor of the options provided by the developer (potential breaking change for types due invalid usage), please look at example (d7ea08f)
v5.2.1
5.2.1 (2021-09-02)
Bug Fixes
v5.2.0
5.2.0 (2021-08-31)
Notes
- due
terser-webpack-plugin
has its own types now, @types/terser-webpack-plugin
should be not used anymore, also @types/terser-webpack-plugin
is not compatible and has wrong types
Features
v5.1.4
5.1.4 (2021-06-25)
- update
serialize-javascript