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>
.
|
1 reply
|
I think |
9 replies
|
@vicary Also, as a side suggestion, you could try using esbuild-loader with your |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am new to esbuild, so this discussion maybe in a grey area between
serverless-esbuildandesbuild.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-limiterand 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?
All reactions