nodejs_binary data referencing another rule not working as expected? #3531
Unanswered
doronrosenberg
asked this question in
Q&A
Replies: 1 comment
-
This is one of the primary bugs fixed by rules_js https://blog.aspect.dev/rulesjs-launch |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a monorepo with several typescript code bases and want to have some shared code:
The common code is:
I can reference common just fine from other ts_projects:
I am looking to do the same for a nodejs_binary rule (in this case using the Parcel bundler):
However it fails as it can't find the common files, and running with sandbox debug shows the contents of content are not being copied over. Any suggestions on how to achieve this or am I missing something obvious?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions