diff --git a/.github/workflows/bundled-size.yaml b/.github/workflows/bundled-size.yaml index 7ce3d011d..0b2a69651 100644 --- a/.github/workflows/bundled-size.yaml +++ b/.github/workflows/bundled-size.yaml @@ -12,3 +12,7 @@ jobs: with: build-script: "build-rollup" compression: "none" + # no need to report on files that aren't the interesting ones + exclude: "{dist/es.js,dist/module.js,**/*.map,**/node_modules/**}" + # no need to report on very small byte changes which show as 0% change + minimum-change-threshold: 300