Closed beyerleinf closed 2 years ago
I just found your project and it solved a nasty set of issues around deploying a pnpm monorepo to a Azure static web app.
I hit the error above but it seemed like a warning because the esbuild bundle completed and I was able to run the functions. I was able to work around the warnings by adding write: false
to the esbuildOptions, though the azure functions were deployable even with the warning error that showed up.
Thank you for writing this. Its a really elegant solutions to dealing with node azure functions.
Thanks for the feedback, @jeremiah-carlin! Appreciate it very much :) I'm gonna push an update tonight.
v1.1.1
is now published.
write
should always be set to false.