Skip to content

Releases: goldwasserexchange/serverless-plugin-webpack

v1.5.1

02 Mar 08:43

Choose a tag to compare

🐛 Bug fix

  • Fix stats output error when running webpack serially (#55)

v1.5.0

16 Feb 17:36

Choose a tag to compare

🚀 New feature

  • Add ability to run webpack in series (#44)

v1.4.0

06 Feb 15:28

Choose a tag to compare

🚀 New feature

  • Take webpack stats params from config file if available (#48)

🏠 Internal

  • Update dependencies

v1.3.0

10 Aug 17:07

Choose a tag to compare

🐛 Bug fix

  • Fix build errors for serverless > 1.17.0 (#36)

💥 Breaking change

  • Drop support for serverless < 1.18.0

v1.2.3

07 Jul 15:41

Choose a tag to compare

🐛 Bug fix

  • Fix error when exclude/include are undefined (#32)

v1.2.2

05 Jul 22:11

Choose a tag to compare

🐛 Bug fix

  • Fix error on missing package at service or function level (#31)

v1.2.1

05 Jul 08:54

Choose a tag to compare

🐛 Bug fix

  • Make original excludes and includes relative (#29)

v1.2.0

20 Jun 10:45

Choose a tag to compare

🚀 New feature

  • Add option for custom webpack configuration file

🏠 Internal

  • Add webpack 3.x in peer dependencies

v1.1.0

19 May 14:05

Choose a tag to compare

🚀 New feature

  • Preserve original excludes and includes specified in serverless.yml

v1.0.2

17 May 11:04

Choose a tag to compare

🐛 Bug fix

  • Avoid filename collisions by keeping original functions paths (#13)