exoego / esbuild-bundle-analyzer

Analyzes each PR's impact on esbuild bundle size
MIT License
15 stars 3 forks source link

bug: `show_no_change` is true by default #74

Closed Eirmas closed 3 months ago

Eirmas commented 3 months ago

show_no_change seems to be true by default, but it says in the README that it should be false.

From the Github Actions output:

Run exoego/esbuild-bundle-analyzer@v1
  with:
    metafiles: dist/apps/project/stats.json
    show_details: false
    top_n_largest_paths: 0
    name: project
    analyze_directory: .analyzer
    include_extensions: .js,.cjs,.mjs
    percent_extra_attention: 20
    show_no_change: true

From config:

uses: exoego/esbuild-bundle-analyzer@v1
with:
  metafiles: 'dist/apps/project/stats.json'
  show_details: false
  top_n_largest_paths: 0