Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.6.0 #1010

Merged
merged 1 commit into from Nov 22, 2021
Merged

5.6.0 #1010

merged 1 commit into from Nov 22, 2021

Conversation

j0k3r
Copy link
Member

@j0k3r j0k3r commented Nov 22, 2021

Proposed release note:

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

@j0k3r j0k3r added this to the 5.6.0 milestone Nov 22, 2021
@j0k3r j0k3r merged commit de8475a into master Nov 22, 2021
@j0k3r j0k3r deleted the release/5.6.0 branch November 22, 2021 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants