feat(content-manager): add threshold

This commit is contained in:
Simone Taeggi 2024-12-02 17:34:47 +01:00
parent a2f24a6cab
commit 3fc67c7447

View File

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