-
Notifications
You must be signed in to change notification settings - Fork 12
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
refactor: bundle maps ourselves #499
Conversation
🦋 Changeset detectedLatest commit: 71b1f42 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #499 +/- ##
==========================================
- Coverage 72.04% 69.70% -2.34%
==========================================
Files 51 53 +2
Lines 3223 3331 +108
==========================================
Hits 2322 2322
- Misses 901 1009 +108 ☔ View full report in Codecov by Sentry. |
Screen.Recording.2024-09-10.at.14.47.50.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tpluscode Thanks a lot for your suggestions.
I also used that PR to add a mapKind
option and improved the way the map plugin gets rendered.
I propose to replace the map bundle with our own where we import what's necessary.