beyerleinf / esbuild-azure-functions

A ✨blazingly fast✨ builder for Azure Functions powered by esbuild.
MIT License
12 stars 2 forks source link

[Feature] Plugin to shim __dirname and __filename #3

Closed beyerleinf closed 2 years ago

beyerleinf commented 2 years ago

__dirname and __filename are not available in ESM and esbuild has no built in way to replace references to it.

This feature should add a plugin inserts a shim into the top of every output file.