Releases: serverless-heaven/serverless-webpack
Releases · serverless-heaven/serverless-webpack
5.0.0
08 Mar 12:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Very last RC
Dropped unnecessary "webpack" prefix for the includeModules setting under the webpack hive.
5.0.0-rc.3
07 Mar 16:19
Compare
Sorry, something went wrong.
No results found
Final prerelease (most likely 😃 )
Switch to new unified configuration (keep old one as fallback/alternative)
5.0.0-rc.2
06 Mar 11:26
Compare
Sorry, something went wrong.
No results found
Prerelease
Add slsw.lib.webpack.isLocal to determine local execution in webpack config.
5.0.0-rc.1
02 Mar 13:32
Compare
Sorry, something went wrong.
No results found
Prerelease
Add support for Webpack 4
Drop support for Webpack 2
4.4.0
02 Mar 13:04
Compare
Sorry, something went wrong.
No results found
Release notes
Support serverless-step-functions-offline #313
Fixed webpack documentation links #326
Abstracted packager interface #329
4.3.0
09 Feb 11:53
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Release notes
Support local file references in package.json #263
Updated used tools (dev dependencies)
4.1.0
21 Nov 12:38
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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