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
- Changes the default asset hash type to `SOURCE` to prevent the costly
Rust compiler from running when there is no change in the source
files. `BundlingProps` includes additional properties `assetHashType`
and `assetHash` to allow a user to change the asset hash type and
value, but `RustFunction` does not support it yet.
- This change may be a workaround for the issue rnag#10.
0 commit comments