Skip to content

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
SOURCE Based on the content of the source path.
OUTPUT Based on the content of the bundling output.
CUSTOM Use a custom hash.

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.


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.


CUSTOM

Use a custom hash.