-
-
Notifications
You must be signed in to change notification settings - Fork 139
Home
Victor Korzunin edited this page Sep 29, 2021
·
1 revision
It is a Serverless Framework plugin to bundle JavaScript and TypeScript functions with extremely fast Esbuild bundler and minifier.
Esbuild
is a relatively new bundler implemented with JS code compiling speed in mind, it is especially useful in the serverless world where applications represent dozens of stand-alone functions, that it is hard to keep them lightweight and deploy fast.
The plugin implementation is inspired by serverless-plugin-typescript and serverless-webpack and we keep look back on them.
Here you can find common scenarios of what the plugin can do:
- Default usage
- Packaging external modules
- Individual packaging
- Monorepo (workspaces) usage
- Esbuild plugins usage
- Local development