Releases: floydspace/serverless-esbuild
Releases · floydspace/serverless-esbuild
v1.22.2
1.22.2 (2021-12-04)
Bug Fixes
- correct local invoke for non node functions (2bfb9d0)
v1.22.1
1.22.1 (2021-12-02)
Bug Fixes
- allow relative path for function handler (e64d144)
- stick to @types/ramda@0.27.40 version (7c9c8f5)
v1.22.0
1.22.0 (2021-11-18)
Features
- added disableIncremental option to completely turn off incremental compilation (#231) (d8439d6)
Bug Fixes
- don't invoke result.rebuild when it is not defined (#232) (1e39265)
v1.21.0
1.21.0 (2021-10-24)
Features
Bug Fixes
- pass extraArgs in pnpm install command (83d758a)
v1.20.0
1.20.0 (2021-10-12)
Features
Bug Fixes
v1.19.0
1.19.0 (2021-10-01)
Features
- packager: add support for pnpm (#204) (d0e3cab)
- set up concurrency on bundling the externals (2f272f7)
v1.18.3
1.18.3 (2021-09-27)
Bug Fixes
- ignore external module if not declared in package.json (#197) (fbd9981)
v1.18.2
1.18.2 (2021-09-26)
Bug Fixes
- pack: local lockfile resolved at wrong location (9d81dce)