Releases: serverless-heaven/serverless-webpack
Releases · serverless-heaven/serverless-webpack
5.2.0
Release Notes
- Show info message in verbose mode if aws-sdk has been excluded automatically #393
- Added support for asynchronous webpack configuration #412
- Better error message if handlers are not found #418
5.1.5
5.1.4 with packaging fix. For release notes see 5.1.4
5.1.4
Release Notes
- Fix support for Yarn resolutions definitions #379
- Better debugging for "Unable to import module ..." errors: Detect runtime dependencies that are only declared as devDependencies #384
- Documentation updates #382
5.1.3
Release Notes
- 5.1.3
- Fixed issue with Yarn and file references as dependencies #370
5.1.2
Release Notes
- Fixed issue that leads to
Unexpected end of JSON
in projects with lots of dependencies #309,#373
- Update webpack-4 example with VSCode debugging configuration #365
5.1.1
Release Notes
- Fixed local invoke watch mode not executing changed files #349
- Added Webpack 4 example #355
- Documentation updates #354
5.1.0
Feature release / Release notes
- Support Yarn #286
- Allow local invoke to use existing compiled output #341 #275
- Support custom packager scripts #343 #342
5.0.0
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
Very last RC
Dropped unnecessary "webpack" prefix for the includeModules setting under the webpack hive.
5.0.0-rc.3
Final prerelease (most likely 😃 )
Switch to new unified configuration (keep old one as fallback/alternative)