AssetHashType
The type of asset hash.
NOTE: the hash is used in order to identify a specific revision of the asset, and used for optimizing and caching deployment activities related to this asset such as packaging, uploading to OSS bucket, etc.
Members
Name | Description |
---|---|
AssetHashType_SOURCE |
Based on the content of the source path. |
AssetHashType_OUTPUT |
Based on the content of the bundling output. |
AssetHashType_CUSTOM |
Use a custom hash. |
AssetHashType_SOURCE
Based on the content of the source path.
When bundling, use SOURCE
when the content of the bundling output is not
stable across repeated bundling operations.
AssetHashType_OUTPUT
Based on the content of the bundling output.
Use OUTPUT
when the source of the asset is a top level folder containing
code and/or dependencies that are not directly linked to the asset.
AssetHashType_CUSTOM
Use a custom hash.