Webpack stats difference
ActionsTags
(2)Creates a comment in your PR comparing two stats files.
Required Path to the Webpack generated "stats.json" file from the base branch.
Required Path to the Webpack generated "stats.json" file from the head branch.
Required Github token so the package can publish a comment in the pull-request when the diff is ready.
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.