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 @percy/sdk-utils AMD import #611

Merged
merged 1 commit into from
Jul 28, 2022
Merged

Conversation

wwilsman
Copy link
Contributor

What is this?

The upstream @percy/sdk-utils package bundle now defines its own AMD entry name. It seems that this causes the ember build system to fall over (see #610) when also attempting to name the entry using the as option. Removing this option seems to make the build system happy again.

The upstream package now defines its own entry name. It seems that this causes the ember build
system to fall over when it attempts to name the entry using the `as` option. Removing this option
makes the build system happy again.
@wwilsman wwilsman added the 🐛 bug Something isn't working label Jul 28, 2022
@wwilsman wwilsman requested a review from Robdel12 July 28, 2022 16:14
Copy link
Contributor

@Robdel12 Robdel12 left a comment

Choose a reason for hiding this comment

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

🏁 I really hope Ember drops AMD sometime in the future... That'd be great

@wwilsman wwilsman merged commit 858b94b into master Jul 28, 2022
@delete-merged-branch delete-merged-branch bot deleted the ww/fix-sdk-utils-amd-import branch July 28, 2022 16:36
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.

2 participants