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: use explicit module imports for dayjs #11030

Merged
merged 1 commit into from
Dec 12, 2024
Merged

Conversation

jcfranco
Copy link
Member

@jcfranco jcfranco commented Dec 11, 2024

Related Issue: N/A

Summary

This should help bundlers (e.g., Webpack) resolve dependencies due to ambiguous paths.

For context, Lumina doesn't bundle dependencies like Stencil did. dayjs imports were causing trouble because of this.

This should help bundlers (e.g., Webpack) resolve dependencies due to ambiguous paths.
@github-actions github-actions bot added the bug Bug reports for broken functionality. Issues should include a reproduction of the bug. label Dec 11, 2024
@jcfranco jcfranco added the no changelog entry Use the commit override to avoid a changelog entry label Dec 11, 2024
@jcfranco jcfranco requested a review from benelan December 11, 2024 21:30
@jcfranco jcfranco added the skip visual snapshots Pull requests that do not need visual regression testing. label Dec 11, 2024
Copy link
Member

@benelan benelan left a comment

Choose a reason for hiding this comment

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

👍

@jcfranco jcfranco merged commit 8935946 into dev Dec 12, 2024
20 checks passed
@jcfranco jcfranco deleted the jcfranco/fix-dayjs-imports branch December 12, 2024 18:53
@github-actions github-actions bot added this to the 2024-12-17 - Dec Milestone milestone Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports for broken functionality. Issues should include a reproduction of the bug. no changelog entry Use the commit override to avoid a changelog entry skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants