Skip to content

Releases: serverless-heaven/serverless-webpack

5.14.2

06 Sep 13:48
9fb43d5
Compare
Choose a tag to compare

What's Changed

  • Apply promisify() to fs module functions to avoid error with Serverless v4 by @ronkot in #1917
  • Prepare 5.14.2 by @j0k3r in #1926

Meta stuff (examples, deps, etc.)

New Contributors

Full Changelog: v5.14.1...v5.14.2

5.14.1

18 Jun 07:24
d075b73
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.14.0...v5.14.1

5.14.0

17 May 12:14
47d7964
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.13.0...v5.14.0

5.13.0

28 Jul 07:01
304d03b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.12.0...v5.13.0

5.12.0

25 Jul 10:34
3ceede6
Compare
Choose a tag to compare

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: v5.11.0...v5.12.0

5.11.0

22 Nov 12:53
c4f1141
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.10.0...v5.11.0

5.10.0

26 Sep 11:06
b27a8b4
Compare
Choose a tag to compare

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

  • Add new packagerOptions: noNonInteractive to disable interactive mode when using Yarn 2 or above by @jagonzalr in #1246
  • fix: prevent duplicate artifact assignment by @NoxHarmonium in #1245
  • Prepare 5.10.0 by @j0k3r in #1248

New Contributors

Full Changelog: v5.9.1...v5.10.0

5.9.1

30 Aug 10:24
5b697ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.9.0...v5.9.1

5.9.0

22 Aug 18:27
a226e58
Compare
Choose a tag to compare

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: v5.8.0...v5.9.0

5.8.0

26 Jul 03:59
e6bdbb1
Compare
Choose a tag to compare

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 #1190)

  2. We have also properly defined CLI options to remove all errors like Detected unrecognized CLI options when using Serverless > v1 (see #1187)

What's Changed

New Contributors

Full Changelog: v5.7.1...v5.8.0