Skip to content

Releases: serverless-heaven/serverless-webpack

5.1.5

04 May 13:00
Compare
Choose a tag to compare

5.1.4 with packaging fix. For release notes see 5.1.4

5.1.4

04 May 12:42
Compare
Choose a tag to compare

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

28 Apr 10:24
Compare
Choose a tag to compare

Release Notes

  • 5.1.3
    • Fixed issue with Yarn and file references as dependencies #370

5.1.2

26 Apr 11:20
Compare
Choose a tag to compare

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

23 Mar 11:23
Compare
Choose a tag to compare

Release Notes

  • Fixed local invoke watch mode not executing changed files #349
  • Added Webpack 4 example #355
  • Documentation updates #354

5.1.0

14 Mar 18:46
e066fca
Compare
Choose a tag to compare

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

08 Mar 12:20
00d9377
Compare
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
Compare
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
Compare
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
Compare
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.