npm serverless-webpack 5.6.0

latest releases: 5.14.2, 5.14.1, 5.14.0...
2 years ago

Detailled changes

  1. There is now a noInstall options in packagerOptions (for both NPM & Yarn) to skip deps installation during the Serverless package / deployement. 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

Don't miss a new serverless-webpack release

NewReleases is sending notifications on new releases.