nejczdovc/Bundle size diff
Report webpack bundle size change in the PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| base_path | Path to base stats file | yes | — |
| pr_path | Path to PR stats file | yes | — |
| excluded_assets | Regex that will exclude some assets | no | — |
Outputs
| name | description |
|---|---|
| success | Reports back success, boolean as string |
| base_file_size | Bundle size of base branch that you are targeting in the PR in bytes |
| base_file_string | Formatted bundle size of base branch |
| pr_file_size | Bundle size of PR branch in bytes |
| pr_file_string | Formatted bundle size of pr branch |
| diff_file_size | Diff size of compared branches in bytes |
| diff_file_string | Formatted diff size between branches |
| percent | Diff size of compared presented in percentage |