Replies: 1 comment
-
not sure if related to this but the latest version 4.6.2 added support for esbuild in serverless-offline, that means that when you have the option reloadHandler in sls offline it's not going to work since it's using the built handler and not the source code. Is there a way to disable this feature? or should I have to rollback to 4.6.1? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello!
In the latest version (V4) of
serverless
, esbuild is now used by default byserverless-offline
.I’d like to know how to customize the esbuild options. Can I use a local esbuild configuration file, for example?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions