Skip to content

Releases: serverless-heaven/serverless-webpack

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

5.7.1

10 May 08:13
e5c12a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.7.0...v5.7.1

5.7.0

09 Apr 11:54
69cce54
Compare
Choose a tag to compare

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: v5.6.1...v5.7.0

5.6.1

26 Jan 15:13
ca07a95
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.6.0...v5.6.1