Skip to content

Releases: reconbot/arc-plugin-esbuild

v3.0.0

21 Aug 03:18
d71c22d
Compare
Choose a tag to compare

3.0.0 (2022-08-21)

Features

BREAKING CHANGES

  • esbuild is now a runtime and the runtime must be set for this to work.

v2.4.4

14 Aug 21:58
3cb7687
Compare
Choose a tag to compare

2.4.4 (2022-08-14)

Bug Fixes

  • properly set uri when building functions (3cb7687)

v2.4.3

14 Aug 21:54
4c9e7de
Compare
Choose a tag to compare

2.4.3 (2022-08-14)

Reverts

  • Revert "fix: support dirctory functions" (4c9e7de)

v2.4.2

14 Aug 21:49
56d9288
Compare
Choose a tag to compare

2.4.2 (2022-08-14)

Bug Fixes

  • support dirctory functions (56d9288)

v2.4.1

14 Aug 12:11
552b976
Compare
Choose a tag to compare

2.4.1 (2022-08-14)

Bug Fixes

v2.4.0

14 Aug 01:52
2c0b6a2
Compare
Choose a tag to compare

2.4.0 (2022-08-14)

Features

  • detect nodejs target from lambda runtime (#120) (2c0b6a2)

v2.3.3

13 Aug 11:39
97e3455
Compare
Choose a tag to compare

2.3.3 (2022-08-13)

Bug Fixes

  • deps: update dependency @architect/architect to v10 (#116) (2fc4c63)
  • deps: update dependency @architect/functions to v5 (#117) (97e3455)

v2.3.2

29 Jul 03:10
7af31bc
Compare
Choose a tag to compare

2.3.2 (2022-07-29)

Bug Fixes

  • watch entire project for changes not just src (#105) (7af31bc)

v2.3.1

29 Jul 02:23
96294b1
Compare
Choose a tag to compare

2.3.1 (2022-07-29)

Bug Fixes

  • settings for plugin can't go on the inv (96294b1)

v2.3.0

29 Jul 01:24
4997830
Compare
Choose a tag to compare

2.3.0 (2022-07-29)

Features

  • use native watch for files (4997830)