Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ custom:
- isomorphic-webcrypto # They'll be included in the node_modules/, more below
forceExclude: # Don't include these in the package
- chrome-aws-lambda # Because it'll be provided through a Lambda Layer
- '@aws-sdk/client-dynamodb' # Defaults to 'aws-sdk'. For aws-sdk-js-v3 you need to list all packages
excludeFiles: "**/*.test.ts" # Exclude files from Webpack that match the glob
fixPackages: # Include fixes for specific packages
- "[email protected]" # For ex, [email protected] doesn't work by default with Webpack
Expand Down