Skip to content

Releases: AnomalyInnovations/serverless-bundle

Adding new options

08 Feb 19:11
Compare
Choose a tag to compare

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

Adding copyFiles option

08 Sep 17:50
Compare
Choose a tag to compare

Added an option to copy some files to the generated package - #17.

Adding support for Class properties

08 Sep 16:07
Compare
Choose a tag to compare

Using the @babel/plugin-proposal-class-properties plugin to add Class properties support.

Adding override options to Jest

28 Jul 01:59
Compare
Choose a tag to compare

Similar to Create React App, you can now override the following Jest options:

'collectCoverageFrom',
'coverageReporters',
'coverageThreshold',
'extraGlobals',
'globalSetup',
'globalTeardown',
'resetMocks',
'resetModules',
'setupFilesAfterEnv',
'snapshotSerializers',
'transform',
'transformIgnorePatterns',
'watchPathIgnorePatterns',

Initial public release

18 Jul 21:22
Compare
Choose a tag to compare
v1.2.2

1.2.2