5.6.0
Detailed changes
-
There is now a
noInstall
options inpackagerOptions
(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
-
The
--no-build
CLI argument has been removed.
You should now define it inside your Serverless configuration:custom: webpack: noBuild: true
-
The
--watch
CLI argument has been improved and now works properly.
What's Changed
- Avoid a JS error when the Webpack config is not found by @j0k3r in #1002
- feat(packager): add noInstall option by @russell-dot-js in #1003
- Centralize webpack stats config handling (refactor) by @medikoo in #1006
- Fix command resolution when watch is involved by @medikoo in #1004
- feat(compiler): add noBuild option by @vicary in #1007
- Fix user error reporting by @medikoo in #1005
- 5.6.0 by @j0k3r in #1010
Full Changelog: v5.5.5...v5.6.0