Releases: AnomalyInnovations/serverless-bundle
Releases · AnomalyInnovations/serverless-bundle
Adding new options
Changes
-
Following options were added:
forceInclude
: Optional list of NPM packages that need to be includedignorePackages
: Ignore building any of the following packagespackager
: Pickyarn
instead ofnpm
- `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 [email protected] --save-dev
Adding copyFiles option
Added an option to copy some files to the generated package - #17.
Adding support for Class properties
Using the @babel/plugin-proposal-class-properties plugin to add Class properties support.
Adding override options to Jest
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
v1.2.2 1.2.2