exclude images from bundle size workflow (#9647)

This commit is contained in:
Samuel Newman
2026-01-07 12:54:59 +02:00
committed by GitHub
parent e627d37f42
commit 80049bbe82
+1 -1
View File
@@ -91,7 +91,7 @@ jobs:
with:
base_path: "stats-base.json"
pr_path: "../stats-new.json"
excluded_assets: "(.+).chunk.js|(.+).js.map|(.+).json|(.+).png"
excluded_assets: "(.+).chunk.js|(.+).js.map|(.+).json|(.+).png|(.+).svg|(.+).webp|(.+).jpg|(.+).ico"
- name: 💬 Drop a comment
uses: marocchino/sticky-pull-request-comment@v2