Terser Webpack Plugin Versions Save

Terser Plugin

v5.3.0

2 years ago

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

2 years ago

5.2.5 (2021-11-08)

Bug Fixes

  • output readable esbuild warnings (9431b32)

v5.2.4

2 years ago

5.2.4 (2021-09-09)

Bug Fixes

v5.2.3

2 years ago

5.2.3 (2021-09-03)

Bug Fixes

v5.2.2

2 years ago

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

2 years ago

5.2.1 (2021-09-02)

Bug Fixes

v5.2.0

2 years ago

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

2 years ago

5.1.4 (2021-06-25)

  • update serialize-javascript

v5.1.3

3 years ago

5.1.3 (2021-05-31)

Chore

  • update jest-worker

v5.1.2

3 years ago

5.1.2 (2021-05-12)

Bug Fixes