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 inter-package relative imports in addon's app-js #1504

Merged
merged 1 commit into from
Jul 1, 2023

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Jul 1, 2023

When relative imports escape their containing package, they shouldn't be understood as subject to our package-level rules. They should be left alone to keep them valid.

This happens particularly when babel transforms are inserting references to runtime utilities.

Fixes #1501

When relative imports escape their containing package, they shouldn't be understood as subject to our package-level rules. They should be left alone to keep them valid.

This happens particularly when babel transforms are inserting references to runtime utilities.
@ef4 ef4 merged commit 47fc75d into main Jul 1, 2023
194 checks passed
@ef4 ef4 deleted the fix-distance-relative-imports branch July 1, 2023 04:25
@ef4 ef4 added the bug Something isn't working label Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build fails with "Can't resolve ...@embroider/macros..."
1 participant