Skip to content

Releases: webpack-contrib/terser-webpack-plugin

v5.1.1

09 Jan 12:39
Compare
Choose a tag to compare

5.1.1 (2021-01-09)

Bug Fixes

v5.1.0

08 Jan 18:46
Compare
Choose a tag to compare

5.1.0 (2021-01-08)

Features

  • optimize JS assets added later by plugins (#373) (fea6f20)

v5.0.3

28 Oct 10:54
Compare
Choose a tag to compare

5.0.3 (2020-10-28)

Bug Fixes

v5.0.2

27 Oct 13:51
Compare
Choose a tag to compare

5.0.2 (2020-10-27)

Bug Fixes

  • compatibility with the format option for terser (b944353)

v5.0.1

23 Oct 19:13
Compare
Choose a tag to compare

5.0.1 (2020-10-23)

Bug Fixes

  • improved performance (we strongly recommend using latest LTS releases) (#345) (95f3418)
  • used worker_thread where is it possible (#344) (3c50404)
  • fixed terser options for es module (a12730f)

v5.0.0

14 Oct 19:24
Compare
Choose a tag to compare

5.0.0 (2020-10-14)

⚠ BREAKING CHANGES

  • webpack@4 no longer supported
  • removed the cache option (respect the cache option by default from webpack)
  • removed the cacheKeys option (respect the cache option by default from webpack)
  • removed the sourceMap option (respect the devtool option by default from webpack)

Bug Fixes

  • reduce deps
  • performance improvement

v4.2.3

07 Oct 15:01
Compare
Choose a tag to compare

4.2.3 (2020-10-07)

Bug Fixes

v4.2.2

19 Sep 16:41
Compare
Choose a tag to compare

4.2.2 (2020-09-19)

Bug Fixes

v4.2.1

15 Sep 15:06
Compare
Choose a tag to compare

4.2.1 (2020-09-15)

Bug Fixes

v4.2.0

11 Sep 19:04
Compare
Choose a tag to compare

4.2.0 (2020-09-11)

Features

Bug Fixes