Open kirkobyte opened 9 months ago
We've encountered the same problem. It seems to be a regression with the rewriting from Typescript to Rust.
This issue has been automatically marked as stale because it hasn't had any activity for 6 months. Many things may have changed within this time. The issue may have already been fixed or it may not be relevant anymore. If at this point, this is still an issue, please respond with updated information. It will be closed in 21 days if no further activity occurs. Thanks for being a part of the Nx community! 🙏
Current Behavior
Specifying an
inputs
entry with{"externalDependencies": ["@swc/core", "@swc/jest"]}
does not result in adding these external dependencies as a task input.Expected Behavior
Any dependencies in the array should be added to the list of external dependencies
GitHub Repo
No response
Steps to Reproduce
This is the configuration I would like to work. However, I have also tried moving the
externalDependencies
definition into the package'sproject.json
file without any luck.In a package's
project.json
:In
nx.json
:Nx Report
Failure Logs
No response
Package Manager Version
yarn 1.22.21
Operating System
Additional Information
No response