⚠ BREAKING CHANGES
- logic for some placeholders was changed:
[hash]and[fullhash]works as in webpack (i.e. it ishashof build, not content hash of file), to migrate change[name].[hash].[ext]to[name].[contenthash][ext][ext]doesn't require.(dot) before, i.e. change[name].[ext]to[name][ext][<hashType>:contenthash:<digestType>:<length>]and[<hashType>:hash:<digestType>:<length>]is not supported anymore, you can useoutput.hashDigest,output.hashDigestLengthandoutput.hashFunctionoptions to setup it[N]was removed in favor of using thetooption as a function[folder]was removed[emoji]was removed