Skip to content
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

[rush] Fix bundling of rush-sdk. #4870

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

iclanton
Copy link
Member

@iclanton iclanton commented Aug 8, 2024

Summary

Currently when @rushstack/rush-sdk is bundled by a dependent project, calling into it won't work because a shared chunk is generated and isn't consumed by the bundler. This PR removes the commons chunk.

How it was tested

Tested in a project that has an issue.

@iclanton iclanton requested a review from patmill as a code owner August 8, 2024 21:21
@iclanton iclanton enabled auto-merge (squash) August 8, 2024 21:22
@iclanton iclanton merged commit 8035cd4 into microsoft:main Aug 8, 2024
5 checks passed
@iclanton iclanton deleted the fix-rush-sdk-bundling branch August 21, 2024 05:34
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