Overview of serverless-esbuild
masterserverless-esbuild is a Serverless Framework plugin that provides zero-config bundling and minification for JavaScript and TypeScript projects using esbuild.
Key features include:
- Zero-config: Works out of the box.
- Language Support: Works with both TypeScript and JavaScript.
- Runtime Compatibility: Guaranteed to work in Node.js v18 and higher environments.
- Command Support: Supports
sls package,sls deploy, andsls deploy function. - Tool Integration: Integrates with
Serverless Invoke Localandserverless-offline.