Replies: 3 comments 11 replies
-
No idea, but I'd be interested in the results if you try serverless-esbuild
with your setup.
Le jeu. 15 juil. 2021 à 16:31, Vicary A. ***@***.***> a
écrit :
… I am new to esbuild, so this discussion maybe in a grey area between
serverless-esbuild and esbuild.
I have an AppSync project in production that contains 300-ish lambdas
resolvers in TypeScript, still growing.
With webpack I have to throttle the concurrency with thread-loader,
fork-ts-checker-webpack-plugin, fork-ts-checker-webpack-plugin-limiter
and my own PR serverless-heaven/serverless-webpack#681
<serverless-heaven/serverless-webpack#681> to
modify webpack a little bit in order to work.
I believe 300 entries is not a normal use case for any kind of bundlers,
but AppSync just creates such an extreme play.
Do you think serverless-esbuild is able to handle 300 entries out of the
box?
If not, can it handle them with plugins and/or configurations?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#164>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADJFT5HU4SQKLFOVEDRX7PDTX3WMRANCNFSM5ANVUJLQ>
.
|
Beta Was this translation helpful? Give feedback.
-
I think |
Beta Was this translation helpful? Give feedback.
-
@vicary Also, as a side suggestion, you could try using esbuild-loader with your |
Beta Was this translation helpful? Give feedback.
-
I am new to esbuild, so this discussion maybe in a grey area between
serverless-esbuild
andesbuild
.I have an AppSync project in production that contains 300-ish lambdas resolvers in TypeScript, still growing.
With webpack I have to throttle the concurrency with
thread-loader
,fork-ts-checker-webpack-plugin
,fork-ts-checker-webpack-plugin-limiter
and my own PR serverless-heaven/serverless-webpack#681 to modify webpack a little bit in order to work.I believe 300 entries is not a normal use case for any kind of bundlers, but AppSync just creates such an extreme play.
Do you think serverless-esbuild is able to handle 300 entries out of the box?
If not, can it handle them with plugins and/or configurations?
Beta Was this translation helpful? Give feedback.
All reactions