Releases: goldwasserexchange/serverless-plugin-webpack
Releases Β· goldwasserexchange/serverless-plugin-webpack
v1.5.1
π Bug fix
- Fix stats output error when running webpack serially (#55)
v1.5.0
π New feature
- Add ability to run webpack in series (#44)
v1.4.0
π New feature
- Take webpack stats params from config file if available (#48)
π Internal
v1.3.0
π Bug fix
- Fix build errors for serverless > 1.17.0 (#36)
π₯ Breaking change
- Drop support for serverless < 1.18.0
v1.2.3
π Bug fix
- Fix error when exclude/include are undefined (#32)
v1.2.2
π Bug fix
- Fix error on missing package at service or function level (#31)
v1.2.1
π Bug fix
- Make original excludes and includes relative (#29)
v1.2.0
π New feature
- Add option for custom webpack configuration file
π Internal
- Add webpack 3.x in peer dependencies
v1.1.0
π New feature
- Preserve original excludes and includes specified in
serverless.yml
v1.0.2
π Bug fix
- Avoid filename collisions by keeping original functions paths (#13)