Closed DnSu closed 2 years ago
Hi @DnSu ,
It should work. There is definitely people using it with webpack and similar plugins.
Try
plugins:
- serverless-middleware
- serverless-esbuild
the order matters here since you want your middlewares to be "built" before processing the handler with esbuild.
If that doesn't work, you can create a small project so I can replicate, and I can troubleshoot and tell you what's wrong 🙂
Closing since there has been any response. Feel free to reopen if needed.
Does this plugin work along with serverless-typescript or serverless-esbuild? It doesn't seem like the auth and log is being called at all for me