Armin
Armin
> So the simplest workaround is to run the babel-typescript transform but of course that defeats the point of this plugin which is to use esbuild to transform the typescript....
Thanks for noticing but in most cases SafeString is returned on purpose and I believe that escaping is in developer responsibilities. The best approach here I think would be optional...
FYI @ehmicky, if you set `buildEvent = "onBuild"` then it inlines post typescript processing, so technically, javascript https://github.com/bencao/netlify-plugin-inline-functions-env#configuring-build-event
@ehmicky oh, you might be correct, it's probably another plugin I'm using that transpiles typescript code 🙈 Initially, I was referring to the fact that you can write nextjs API...
Love the simplicity of the extension and the fact it's open-source! Based on my experience with building Chrome extensions, I think the quickest thing for you would be to open...