Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Releases: TrySound/rollup-plugin-terser

v7.0.2

05 Sep 07:50
Compare
Choose a tag to compare

Fixes the latest tag (see #90 (comment))

v7.0.0

09 Aug 12:48
Compare
Choose a tag to compare

Upgraded to terser 5 (thanks to @chicoxyzzy) and serialize-javascript 4

v6.1.0

24 May 22:03
Compare
Choose a tag to compare

Added support for native es modules in node. Now this works with "type": "module" in package.json.

rollup.config.mjs

import { terser } from 'rollup-plugin-terser';
export default {
  ...
}

v6.0.0

23 May 10:11
Compare
Choose a tag to compare
  • node.js < v10 support is dropped
  • rollup < v2 support is dropped
  • sourcemap option is inferred from rollup options, please remove from your config
  • include/exclude options are dropped in favour of output plugins, see here

v5.3.0

09 Mar 22:47
Compare
Choose a tag to compare

Added rollup v2 support (thanks to @willfarrell)

v5.2.0

11 Jan 11:29
Compare
Choose a tag to compare
  • set toplevel: true by default for format: 'cjs' (thanks to @shrinktofit)
  • allow to override module and toplevel options (thanks to @eight04)
  • handle nameCache mutations (thanks to @developit)

v5.1.0

02 Jul 19:14
Compare
Choose a tag to compare
  • added typescript definition
  • added include/exclude options to control specific chunks minification (useful to not duplicate build for minification)

Big thanks to @yisraelx

v5.0.0

21 May 19:15
Compare
Choose a tag to compare

Upgrade to terser v4. Read more here

v4.0.4

05 Feb 09:12
Compare
Choose a tag to compare

In this release unexpected token error when using arrow functions was fixed and 1mb dependency was removed. Big thanks to @zech

v4.0.3

25 Jan 18:03
Compare
Choose a tag to compare

Nothing interesting. Just upgraded jest to stable version.