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

feat: move nested browser remaps to internal node_modules #18

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

DylanPiercey
Copy link
Contributor

Description

This is an alternative to #16

Specifically this avoids using arbitrary nested package.json for remapping browser files and instead creates "internal node_modules" to do this.

Dev tooling often don't like this approach and so it required quite a few changes.

This PR also updates all modules.

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2dc87c4) 79.45% compared to head (db5ab57) 84.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   79.45%   84.05%   +4.60%     
==========================================
  Files          12        5       -7     
  Lines         219       69     -150     
  Branches       26        4      -22     
==========================================
- Hits          174       58     -116     
+ Misses         34        6      -28     
+ Partials       11        5       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DylanPiercey DylanPiercey merged commit 49c17b2 into main Dec 14, 2023
5 checks passed
@DylanPiercey DylanPiercey deleted the support-vite branch December 14, 2023 19:08
Copy link

🎉 This PR is included in version 2.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant