Skip to content

docs: show absolute output path usage#716

Merged
valscion merged 1 commit into
webpack:mainfrom
therunnas:docs/absolute-output-paths
Jun 5, 2026
Merged

docs: show absolute output path usage#716
valscion merged 1 commit into
webpack:mainfrom
therunnas:docs/absolute-output-paths

Conversation

@therunnas
Copy link
Copy Markdown
Contributor

Summary

  • Document that reportFilename and statsFilename can be absolute paths
  • Add a small plugin example using path.resolve(...) for report and stats output paths

Closes #186.

Checks

  • npx --yes prettier@3.8.0 --check README.md
  • git diff --check

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 3, 2026

⚠️ No Changeset found

Latest commit: 148aec8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla Bot commented Jun 3, 2026

CLA Signed
The committers listed above are authorized under a signed CLA.

  • ✅ login: therunnas / name: therunnas (148aec8)

@alexander-akait
Copy link
Copy Markdown
Member

Please accept CLA

Copy link
Copy Markdown
Member

@valscion valscion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.30%. Comparing base (9ba43c7) to head (148aec8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #716   +/-   ##
=======================================
  Coverage   76.30%   76.30%           
=======================================
  Files          17       17           
  Lines         979      979           
  Branches      357      357           
=======================================
  Hits          747      747           
  Misses        205      205           
  Partials       27       27           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@valscion valscion merged commit a2ae1ef into webpack:main Jun 5, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve documentation to show you can provide absolute filepaths

3 participants