Skip to content

Adding new options

Compare
Choose a tag to compare
@jayair jayair released this 08 Feb 19:11
· 421 commits to master since this release

Changes

  • Following options were added:

    1. forceInclude: Optional list of NPM packages that need to be included
    2. ignorePackages: Ignore building any of the following packages
    3. packager: Pick yarn instead of npm
    4. `packagerOptions': Run a custom script in the package process
  • Using the provider runtime to figure out the target Node version

  • Automatically load .env for the tests

Update

npm install serverless-bundle@1.3.0 --save-dev