Skip to content

5.15.0

Latest
Compare
Choose a tag to compare
@j0k3r j0k3r released this 23 Oct 09:37
· 32 commits to master since this release
da2dc1f

Main change

We've added support for Serverless v4 🎉

If you want to use Serverless v4 you must disable the default builtin ESBuild support in your serverless.yml (because it conflicts with serverless-webpack):

build:
  esbuild: false

What's Changed

Full Changelog: v5.14.2...v5.15.0