Skip to content

Releases: serverless-heaven/serverless-webpack

4.3.0

09 Feb 11:53
6028897
Compare
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
Compare
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
Compare
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
Compare
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

3.1.2

11 Oct 08:37
Compare
Choose a tag to compare

Release notes

  • Fix issue where dependencies with dots in their names would not be installed #251

3.1.1

04 Oct 12:03
Compare
Choose a tag to compare

Release notes

  • Fix issue where locked dependencies (package-lock.json) were ignored #245
  • Updated dependencies and build/test/coverage tools

3.1.0

22 Sep 11:56
Compare
Choose a tag to compare

Release notes

  • Allow filesystem polling in watch mode (--webpack-use-polling) #215
  • Allow forced include of not referenced modules #217
  • Automatically include peer dependencies of used modules #223
  • Show explicit message if the provided webpack config can not be loaded #234
  • Improve examples #227
  • Update 3rd party provider compatibility table #221
  • Added automatic Travis and Coveralls builds to increase stability

3.0.0

09 Sep 22:12
Compare
Choose a tag to compare

Finally it's here - the new V3

Release Notes

  • Integrate with serverless invoke local #151
  • Support watch mode with serverless invoke local --watch
  • Stabilized and improved the bundling of node modules #116, #117
  • Improved interoperability with Serverless and 3rd party plugins #173
  • Support individual packaging of the functions in a service #120
  • Allow setting stdio max buffers for NPM operations #185
  • Support bundling of node modules via node-externals whitelist #186
  • Removed the webpack serve command in favor of [serverless-offline][link-serverless-offline] #152
  • Updated examples #179
  • Added missing unit tests to improve code stability
  • Fixed unit tests to run on Windows #145

2.2.3

09 Sep 21:49
Compare
Choose a tag to compare

Move to serverless-heaven

  • Changed all references in README and package.json to the new home

2.2.2

23 Aug 08:28
Compare
Choose a tag to compare

Release Notes

  • Reverted breaking change introduced in default output config #202