Releases: TrySound/rollup-plugin-terser
Releases · TrySound/rollup-plugin-terser
v7.0.2
Compare
Sorry, something went wrong.
No results found
Fixes the latest tag (see #90 (comment) )
v7.0.0
Compare
Sorry, something went wrong.
No results found
Upgraded to terser 5 (thanks to @chicoxyzzy ) and serialize-javascript 4
v6.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added rollup v2 support (thanks to @willfarrell )
v5.2.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Upgrade to terser v4. Read more here
v4.0.4
Compare
Sorry, something went wrong.
No results found
In this release unexpected token error when using arrow functions was fixed and 1mb dependency was removed. Big thanks to @zech
v4.0.3
Compare
Sorry, something went wrong.
No results found
Nothing interesting. Just upgraded jest to stable version.