-removeheaders KEY-SELECTOR ( '.' KEY-SELECTOR ) *
Project
-
Example:
-removeheaders=FOO_.*,Proprietary
-
Pattern:
.*
The -removeheaders
instruction allows you to remove specific headers from the manifest of your bundle. You provide a list of header names or patterns, and any matching headers will be excluded from the final manifest. This is useful for cleaning up or customizing the manifest to meet specific requirements.
TODO Needs review - AI Generated content