Skip to content

Releases: serverless-heaven/serverless-webpack

5.10.0

26 Sep 11:06
b27a8b4

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

Choose a tag to compare

What's Changed

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

5.9.0

22 Aug 18:27
a226e58

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

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

  • Avoid future update of Jest >= 28 by @j0k3r in #1156
  • Match NPM --ignore-scripts w/ Yarn Support by @hnryjms in #1186
  • fix: packagerOption lockFile is now properly used (for NPM) by @moroine in #1191
  • fix: dependabot-automerge by @vicary in #1198
  • Define Serverless Webpack CLI options on other commands by @j0k3r in #1187
  • Add the --skip-build CLI option by @j0k3r in #1190
  • Prepare 5.8.0 by @j0k3r in #1203

New Contributors

  • @hnryjms made their first contribution in #1186

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

5.7.1

10 May 08:13
e5c12a3

Choose a tag to compare

What's Changed

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

5.7.0

09 Apr 11:54
69cce54

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

Choose a tag to compare

What's Changed

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

5.6.0

22 Nov 11:51
de8475a

Choose a tag to compare

Detailed changes

  1. There is now a noInstall options in packagerOptions (for both NPM & Yarn) to skip deps installation during the Serverless package / deployment. If you enable that option, be sure packages are installed before.

    custom:
      webpack:
        packagerOptions:
          noInstall: true
  2. The --no-build CLI argument has been removed.
    You should now define it inside your Serverless configuration:

    custom:
      webpack:
        noBuild: true
  3. The --watch CLI argument has been improved and now works properly.

What's Changed

Full Changelog: v5.5.5...v5.6.0

5.5.5

18 Oct 12:28
4833a0f

Choose a tag to compare

What's Changed

New Contributors

  • @gwdp made their first contribution in #961

Full Changelog: v5.5.4...v5.5.5

5.5.4

08 Sep 07:35
a962787

Choose a tag to compare

This release include one fix (#953) when using serverless-webpack with webpack >= 5.52.0