Main changes
-
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) -
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
Full Changelog: v5.7.1...v5.8.0