You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What went wrong?
When running sls package --verbose, excludeRegex option added in v5.4.0 seems to be ignoring the regex and still adds all files to the output zip files.
What did you expect should have happened?
Files that match excludeRegex should be excluded from the packaged zip files.
This is a (Bug Report /
Feature Proposal)Description
For bug reports:
What went wrong?
When running
sls package --verbose
,excludeRegex
option added in v5.4.0 seems to be ignoring the regex and still adds all files to the output zip files.What did you expect should have happened?
Files that match
excludeRegex
should be excluded from the packaged zip files.What was the config you used?
(I'm using
serverless.ts
instead ofserverless.yml
but that shouldn't matter I believe)sls package --verbose
does not throw any explicit errors.For feature proposals:
Similar or dependent issue(s):
Additional Data
The text was updated successfully, but these errors were encountered: