serverless-plugin-webpack

Serverless Plugin Webpack

MIT License

Downloads
931
Stars
75
Committers
7

Bot releases are hidden (Show)

serverless-plugin-webpack - v1.5.1 Latest Release

Published by jogold over 6 years ago

🐛 Bug fix

  • Fix stats output error when running webpack serially (#55)
serverless-plugin-webpack - v1.5.0

Published by jogold over 6 years ago

🚀 New feature

  • Add ability to run webpack in series (#44)
serverless-plugin-webpack - v1.4.0

Published by jogold over 6 years ago

🚀 New feature

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

🏠 Internal

  • Update dependencies
serverless-plugin-webpack - v1.3.0

Published by jogold about 7 years ago

🐛 Bug fix

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

💥 Breaking change

  • Drop support for serverless < 1.18.0
serverless-plugin-webpack - v1.2.3

Published by jogold over 7 years ago

🐛 Bug fix

  • Fix error when exclude/include are undefined (#32)
serverless-plugin-webpack - v1.2.2

Published by jogold over 7 years ago

🐛 Bug fix

  • Fix error on missing package at service or function level (#31)
serverless-plugin-webpack - v1.2.1

Published by jogold over 7 years ago

🐛 Bug fix

  • Make original excludes and includes relative (#29)
serverless-plugin-webpack - v1.2.0

Published by jogold over 7 years ago

🚀 New feature

  • Add option for custom webpack configuration file

🏠 Internal

  • Add webpack 3.x in peer dependencies
serverless-plugin-webpack - v1.1.0

Published by jogold over 7 years ago

🚀 New feature

  • Preserve original excludes and includes specified in serverless.yml
serverless-plugin-webpack - v1.0.2

Published by jogold over 7 years ago

🐛 Bug fix

  • Avoid filename collisions by keeping original functions paths (#13)
serverless-plugin-webpack - v1.0.1

Published by jogold over 7 years ago

🐛 Bug fix

  • Fixed issue with incorrect handler path being detected (#10)
serverless-plugin-webpack - v1.0.0

Published by jogold over 7 years ago

💥 Breaking change

  • Drop support for serverless < 1.12.0

🚀 New feature

  • Add support for single function deploy