Skip to content

Releases: serverless-heaven/serverless-webpack

5.0.0

08 Mar 12:20
00d9377

Choose a tag to compare

YAY 😄 The next major one!

All projects using serverless-webpack version 4.x and webpack >=3.x should be fully compatible and safe to upgrade. However, the configuration in serverless.yml should be changed to the new configuration layout
(see README) but still keeps working the old way.

Release notes

  • Support Webpack 4 #331 #328
  • BREAKING: Drop support for Webpack 2
  • Allow to check for local invocation in the webpack configuration #232
  • New centralized configuration with fallback to the old one #336
  • Improved unit tests and actual coverage calculation #337

5.0.0-rc.4

07 Mar 18:19

Choose a tag to compare

5.0.0-rc.4 Pre-release
Pre-release

Very last RC

Dropped unnecessary "webpack" prefix for the includeModules setting under the webpack hive.

5.0.0-rc.3

07 Mar 16:19

Choose a tag to compare

5.0.0-rc.3 Pre-release
Pre-release

Final prerelease (most likely 😃 )

Switch to new unified configuration (keep old one as fallback/alternative)

5.0.0-rc.2

06 Mar 11:26

Choose a tag to compare

5.0.0-rc.2 Pre-release
Pre-release

Prerelease

Add slsw.lib.webpack.isLocal to determine local execution in webpack config.

5.0.0-rc.1

02 Mar 13:32

Choose a tag to compare

5.0.0-rc.1 Pre-release
Pre-release

Prerelease

  • Add support for Webpack 4
  • Drop support for Webpack 2

4.4.0

02 Mar 13:04
5a54583

Choose a tag to compare

Release notes

  • Support serverless-step-functions-offline #313
  • Fixed webpack documentation links #326
  • Abstracted packager interface #329

4.3.0

09 Feb 11:53
6028897

Choose a tag to compare

Release notes

  • Add new webpack:compile:watch:compile event #315
  • Added note to README about using yarn #316
  • Made babel dynamic example the default babel example #253
  • Documentation fixes #317 #321

4.2.0

21 Dec 10:39
06e1928

Choose a tag to compare

Release notes

  • Support local file references in package.json #263
  • Updated used tools (dev dependencies)

4.1.0

21 Nov 12:38
abfb1c2

Choose a tag to compare

Release Notes

  • Prohibit manual entry configuration with individual packaging #272
  • Fixed bug with stats in webpack config for individual packaging #278
  • Fixed bug with startup order in combination with serverless-offline #279
  • Default target to "node" if not set #276
  • Support serverless run including watch mode #269

4.0.0

31 Oct 14:31
b953183

Choose a tag to compare

Release notes

  • BREAKING: Expose lifecycle events for plugin authors and use SLS package events #254
  • Fixed deprecated hook warning #126
  • Support forceExclude option for external modules #247
  • Support stats output configuration in webpack config #260
  • Google: Only integrate package.json but not node modules into artifact #264
  • Documentation fixes and updates #265
  • Updated examples #250