Releases: floydspace/serverless-esbuild
Releases · floydspace/serverless-esbuild
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)
v1.18.1
1.18.1 (2021-09-18)
Bug Fixes
- exclude: exclude node_mdoules packaging with * (#167) (5c75cad), closes #181