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

Remove circular dependency check #11864

Merged
merged 2 commits into from
Nov 17, 2022
Merged

Remove circular dependency check #11864

merged 2 commits into from
Nov 17, 2022

Conversation

msujew
Copy link
Member

@msujew msujew commented Nov 14, 2022

What it does

See #11863

Removes circular dependency checking from the generated webpack build. Downstream users still have the option to add the check themselves

How to test

Build the application. No circular dependency warnings should appear. In fact, this should remove all warnings that are left in the webpack build.

Review checklist

Reminder for reviewers

@msujew msujew added the theia-cli issues related to the theia-cli label Nov 14, 2022
@msujew msujew marked this pull request as ready for review November 15, 2022 15:33
@msujew
Copy link
Member Author

msujew commented Nov 15, 2022

@vince-fugnitto Do you think this warrants an entry in the migration guide?

@vince-fugnitto
Copy link
Member

@vince-fugnitto Do you think this warrants an entry in the migration guide?

@msujew if we can I think it would be good to document, it might not be super clear on how downstream adopters can include their own custom plugins to webpack.

Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@msujew msujew merged commit fe8e4c1 into master Nov 17, 2022
@msujew msujew deleted the msujew/remove-cyclic-check branch November 17, 2022 16:01
@github-actions github-actions bot added this to the 1.32.0 milestone Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theia-cli issues related to the theia-cli
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants