ProjectEvergreen / ProjectEvergreen/wcc

reference local version of WCC when building the docs website

Open
#235 0 comments 0 reactions 1 assignee View on GitHub

@thescientist13 is already working on this.

Since Feb 5, 2026.

  • #261 by @thescientist13 — merged
chore
Dominant language
JavaScript
Stars
126
Forks
17
PR merge metrics
No merged PRs in 30d

Description

Task

Coming out of #222 , one wish list item was to be able to reference the local version of WCC, as opposed to the version that comes in with Greenwood. This would help ensure that any issues building Greenwood with WCC are caught sooner, rather than later.

So far I've been able to get things to work by using overrides and does update the lock file

"overrides": {
  "wc-compiler": "file:."
},

But not sure how this will impact installation when users run npm i wc-compiler? Will need to think about that and maybe test it with a dist tag release?


This would be nice, since using patch-package kind of bit us in the butt - #261

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.