Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Webpack stats difference

Actions
Creates a comment in the pull-request comparing two Webpack stats files
1.0.0
Star (32)

Webpack stats diff Github Action

Creates a comment in your PR comparing two stats files.

Inputs

base_stats_path

Required Path to the Webpack generated "stats.json" file from the base branch.

head_stats_path

Required Path to the Webpack generated "stats.json" file from the head branch.

token

Required Github token so the package can publish a comment in the pull-request when the diff is ready.

Usage

uses: chronotruck/webpack-stats-diff-action@v1
with:
  base_stats_path: '/path/to/my/stats.json'
  head_stats_path: '/path/to/my/stats.json'
  token: ${{ secrets.GITHUB_TOKEN }}

Webpack stats difference is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Creates a comment in the pull-request comparing two Webpack stats files
1.0.0

Webpack stats difference is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.