You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
esbuild is super fast and can build multiple entrypoints at the same time. In a multi lambda setup, it could be used to build and bundle multiple functions in one go, as along as they use the same settings
Describe the solution you'd like
Some class that allows to combine many assets into a one asset and bundle command.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
esbuild
is super fast and can build multiple entrypoints at the same time. In a multi lambda setup, it could be used to build and bundle multiple functions in one go, as along as they use the same settingsDescribe the solution you'd like
Some class that allows to combine many assets into a one asset and bundle command.
The text was updated successfully, but these errors were encountered: