is it possible to get esbuild to emit a “<metafile...
# sst
m
is it possible to get esbuild to emit a “metafile” for my function? (like this)
t
We use this feature internally. We can expose it as an option, how would you like to configure it
m
This is what I use with NodejsFunction
t
Sorry I meant where do you want the metafile to go
m
oh sorry. maybe in .build? CDK NodejsFunction puts it in the same folder as the sourcemap output which is the function package, which is pretty straightforward although adds to the zip file sizes
t
https://github.com/serverless-stack/serverless-stack/issues/1189 - I'm still mostly working on SST console stuff but hoping in the new year I can get back to these small feature reqs
m
gotcha thanks for all the work you’re doing