Releases: webpack-contrib/terser-webpack-plugin
Releases · webpack-contrib/terser-webpack-plugin
v5.1.2
5.1.2 (2021-05-12)
Bug Fixes
v5.1.1
5.1.1 (2021-01-09)
Bug Fixes
v5.1.0
5.1.0 (2021-01-08)
Features
- optimize JS assets added later by plugins (#373) (fea6f20)
v5.0.3
5.0.3 (2020-10-28)
Bug Fixes
v5.0.2
5.0.2 (2020-10-27)
Bug Fixes
- compatibility with the
format
option for terser
(b944353)
v5.0.1
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
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
4.2.3 (2020-10-07)
Bug Fixes
v4.2.2
4.2.2 (2020-09-19)
Bug Fixes