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 playroom build by making favicon path relative to webpack config #314

Merged
merged 1 commit into from Jan 24, 2024

Conversation

askoufis
Copy link
Contributor

@askoufis askoufis commented Jan 24, 2024

#309 seems to have broken playroom build. This wasn't caught during CI as the preview build runs a script from the repo root, so the path resolves correctly. However it's incorrect in any other case, e.g. using playroom as a dependency.

Have confirmed that this fix works by testing Braid's playroom build.

Ideally we'd have proper fixtures (i.e. make the repo into a monorepo) that we could test in isolation, but we're not there yet.

Fixes #311.

@askoufis askoufis requested a review from a team as a code owner January 24, 2024 03:57
Copy link

changeset-bot bot commented Jan 24, 2024

🦋 Changeset detected

Latest commit: 139fb1f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
playroom Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@askoufis askoufis merged commit 88bd204 into master Jan 24, 2024
7 checks passed
@askoufis askoufis deleted the fix-favicon-build branch January 24, 2024 05:24
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.

Unable to build playroom without a favicon
2 participants