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

v4.0.2

08 Jan 20:33
Compare
Choose a tag to compare

In this patch I upgraded jest-worker to alpha version with fixed numWorkers option which was set to 0 when a machine had only 1 processor (including VM in CIs). Hope all your problems will gone.

v4.0.1

02 Jan 16:11
Compare
Choose a tag to compare

Fixed node 6 support by removing object spread operator.

Rollup 1.0.0

01 Jan 21:31
Compare
Choose a tag to compare

Huge thanks for all contributors of this release

v3.0.0

16 Sep 14:26
Compare
Choose a tag to compare

In this release I improved worker interaction

  • now you can pass not string values to worker which fixes #3 #4
  • added the option to specify number of workers per bundle (set of chunks)

Workerize

30 Aug 19:18
Compare
Choose a tag to compare

Moved terser call into worker which may significantly reduce build time in projects with code splitting.

Renamed sourceMap into sourcemap according rollup api.