Relative Content

Tag Archive for javascriptnode.jsemailserverlessesbuild

esbuild Include folder/file to the bundle

I am developing lambda function with serverless framework, that uses esbuild under the hood. This function is going to send emails, so i need to store templates along with ts code. The problem is that i need to take the folder with templates to the builded bundle, and i cannot find a esbuild configuration to do that.