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

Fix crash #320

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Fix crash #320

merged 2 commits into from
Sep 24, 2024

Conversation

thecrypticace
Copy link
Contributor

We forgot a try/catch when we switched to enhanced-resolve for dynamic dependency loading. Oops…

@thecrypticace thecrypticace merged commit 081b4f5 into main Sep 24, 2024
1 check passed
@thecrypticace thecrypticace deleted the fix/plugin-crash branch September 24, 2024 17:31
Copy link
Member

@philipp-spiess philipp-spiess left a comment

Choose a reason for hiding this comment

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

😬

@thecrypticace
Copy link
Contributor Author

Yeeeep… enhanced-resolve was confusing for a bit because it can return false but it actually only ever does b/c of the aliasing plugin (which is used when using webpack I think).

So it actually still throws and I guess I removed the check and forgot to put it back. Our tests obvs didn't fail because the plugins are always there. Need to adjust the integration tests so they're run outside of the workspace — that would've caught this I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants