feat(content-manager): change gh action config

This commit is contained in:
Simone Taeggi 2024-11-28 11:58:40 +01:00
parent f4b3728c14
commit eb68af454a

View File

@ -37,8 +37,8 @@ jobs:
with:
build-script: 'build:size'
pattern: '**/build/**/*.{js,css,html,svg}'
strip-hash: "-([-\\w]{8})(\\.\\w+)$"
minimum-change-threshold: '5%'
strip-hash: "-(\\w{8})(\\.\\w+)$"
minimum-change-threshold: 10
# FIXME: exclude unnamed webpack chunks - remove once webpack
# does not create them anymore