Serverless Webpack Versions Save

Serverless plugin to bundle your lambdas with Webpack

v5.12.0

9 months ago

Main Changes

This adds a new config parameter for both NPM & Yarn: copyPackageSectionNames which list entries in your package.json to copy to the output package.json (for ESM output).

What's Changed

New Contributors

Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.11.0...v5.12.0

v5.11.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.10.0...v5.11.0

v5.10.0

1 year ago

Main Changes

The lib is finally compatible with Yarn 2 (and above)! Thanks to @jagonzalr (and others involved in #642). You need to define the option noNonInteractive to true in the packagerOptions in serverless.yml.

What's Changed

New Contributors

Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.9.1...v5.10.0

v5.9.0

1 year ago

Main Changes

  1. Webpack entries can now be overridden via function option entrypoint in serverless.yml
  2. Fix a warning of undefined plugin CLI option --webpack-use-polling

What's Changed

New Contributors

Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.8.0...v5.9.0

v5.8.0

1 year ago

Main changes

  1. We have added a new CLI option --skip-build which has the same behavior of the previous removed CLI option --no-build. That option allows to run a function with an existing compiled output. (see https://github.com/serverless-heaven/serverless-webpack/pull/1190)

  2. We have also properly defined CLI options to remove all errors like Detected unrecognized CLI options when using Serverless > v1 (see https://github.com/serverless-heaven/serverless-webpack/pull/1187)

What's Changed

New Contributors

Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.7.1...v5.8.0

v5.7.0

2 years ago

Main changes

  1. @medikoo changed the output log when using Serverless v3, it's less verbose and more clean

    progress: Screenshot 2021-10-13 at 17 50 37

    success: Screenshot 2021-10-13 at 17 50 08

  2. We switch back to archiver instead of bestzip to ensure consistent artifact. The switch to bestzip was mostly for faster zip because it tend to use the native zip command instead of the one from Node.

  3. Support for NPM 8 was added by @moroine

What's Changed

New Contributors

Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.6.1...v5.7.0

v5.6.1

2 years ago

What's Changed

Full Changelog: https://github.com/serverless-heaven/serverless-webpack/compare/v5.6.0...v5.6.1