Configuration APIbud.hashOn this pagebud.hashEnable or disable filename hashing of built assets.UsageEnable hashing:bud.hash()You may also explicitly pass a boolean true:bud.hash(true)Disable hashing:bud.hash(false)Customizing the hash formatbud.store.set('hashFormat', '[name].[contenthash:6]')