You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to export non buildable libraries inside a publishable libraries, the postProcessInlinedDependencies tries to move the same library multiple times.
As the library has already moved the first time, the 2nd time will fail and throw an error.
Current Behavior
If you want to export non buildable libraries inside a publishable libraries, the
postProcessInlinedDependencies
tries to move the same library multiple times.As the library has already moved the first time, the 2nd time will fail and throw an error.
This is caused by the following line:
nx/packages/js/src/utils/inline.ts
Line 82 in 6f747f9
Expected Behavior
Build does not error
GitHub Repo
https://github.com/Itrulia/nrwl-js-postProcessInlinedDependencies-issue
Steps to Reproduce
Nx Report
Failure Logs
Additional Information
This error is most likely happening because there are multiple libraries depending on the same library multiple times.
The text was updated successfully, but these errors were encountered: