Skip to content

[workspace-resolve] Fix cross-package import #4908

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dmichon-msft
Copy link
Contributor

Summary

Fixes a bug in @rushstack/webpack-workspace-resolve-plugin wherein cross-package imports didn't use @rushstack/webpack-workspace-resolve-plugin to lookup the package.json for the destination package.

Details

Added a missing instance of KnownDescriptionFilePlugin after KnownPackageDependenciesPlugin.

How it was tested

Ran the modified version against a real production repository and verified successful build (using @rushstack/rush-resolver-cache-plugin.

Impacted documentation

None.

@dmichon-msft dmichon-msft merged commit cb823f9 into microsoft:main Aug 28, 2024
4 checks passed
@dmichon-msft dmichon-msft deleted the user/dmichon/fix-workspace-resolve branch August 28, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants