Skip to content

Releases: egoist/rollup-plugin-esbuild

v4.1.0

21 Apr 09:48
1550973
Compare
Choose a tag to compare

4.1.0 (2021-04-21)

Features

  • Add minify whitespace/syntax/identifiers options (#230) (1550973)

v4.0.1

16 Apr 07:44
Compare
Choose a tag to compare

4.0.1 (2021-04-16)

Bug Fixes

  • handle warnings in renderChunk hook (for minification) (f2b32a9)

v4.0.0

16 Apr 07:38
Compare
Choose a tag to compare

4.0.0 (2021-04-16)

Features

  • use esbuild's built-in message formatter for warnings (b2ac329)

BREAKING CHANGES

  • requires esbuild >= 0.10.1

v3.0.4

16 Apr 07:16
Compare
Choose a tag to compare

3.0.4 (2021-04-16)

Bug Fixes

  • enable sourcemap when minification is enabled (42df7cf), closes #178

v3.0.3

16 Apr 07:05
f96bbee
Compare
Choose a tag to compare

3.0.3 (2021-04-16)

Bug Fixes

v3.0.2

11 Mar 17:22
Compare
Choose a tag to compare

3.0.2 (2021-03-11)

Bug Fixes

v3.0.1

11 Mar 17:19
Compare
Choose a tag to compare

3.0.1 (2021-03-11)

Bug Fixes

v3.0.0

09 Mar 18:23
def1fe5
Compare
Choose a tag to compare

3.0.0 (2021-03-09)

Features

BREAKING CHANGES

  • Require esbuild 0.9 or above.

Recently esbuild 0.9 was released with some breaking changes.
A breaking change broke this plugin: esbuild.startService function
is being removed.

This commit change peer and devDependencies to esbuild 0.9 and
also removing usage of service in the plugin. Instead it use
transform function directly.

All tests passed and example is built just fine.

v2.6.1

11 Dec 13:54
Compare
Choose a tag to compare

2.6.1 (2020-12-11)

Bug Fixes

  • fix esbuild version requirement (51ca6d9)
  • use lowercased target from tsconfig (aaa363e)

v2.6.0

27 Nov 10:58
cbfb718
Compare
Choose a tag to compare

2.6.0 (2020-11-27)

Features