Eric Rabinowitz

Results 3 comments of Eric Rabinowitz

@kaykhan The solution is to use an external file to export the plugins array as documented here: https://github.com/floydspace/serverless-esbuild#esbuild-plugins Because the Serverless configuration has to be serializable, you can pass a...

> It seems strange that I can't just put the config array in here. The serverless config object itself has to be serializable [0], so the plugins need to be...

I also noticed there is a similar library mentioned in #38 — the difference is that `archieml-stringify` supports freeform arrays, comments, and custom formatting