Skip to content

Conversation

@Dhaulagiri
Copy link
Collaborator

๐Ÿ“Œ Summary

Adds an explicit reference to a dependency used in the icon initializer

๐Ÿ› ๏ธ Detailed description

Running the website I noticed this warning

[js] (!) Unresolved dependencies
[js] https://rollupjs.org/troubleshooting/#warning-treating-module-as-external-dependency
[js] ember-get-config (imported by "src/instance-initializers/load-sprite.ts")

#2198 added this logic to the components package without explicitly referencing the ember-get-config dependency that is used here. Similar to #2169, we need to explicitly depend on it to avoid issues (even though I would imagine it's always going to exist somewhere in the dependency tree anyhow).

๐Ÿ’ฌ Please consider using conventional comments when reviewing this PR.

@Dhaulagiri Dhaulagiri requested a review from zamoore July 26, 2024 18:45
@vercel
Copy link

vercel bot commented Jul 26, 2024

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Updated (UTC)
hds-showcase โœ… Ready (Inspect) Visit Preview Jul 26, 2024 6:56pm
hds-website โœ… Ready (Inspect) Visit Preview Jul 26, 2024 6:56pm

Copy link
Contributor

@zamoore zamoore left a comment

Choose a reason for hiding this comment

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

Good catch. Makes sense to me.

@Dhaulagiri Dhaulagiri merged commit 6d818f3 into main Jul 30, 2024
@Dhaulagiri Dhaulagiri deleted the br-ember-get branch July 30, 2024 13:53
@hashibot-hds hashibot-hds mentioned this pull request Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants