-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
use temporary fork of picomatch based on browser support PR #2101
Conversation
🦋 Changeset detectedLatest commit: 12f477c 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 |
ff4c7ac
to
0ec0b01
Compare
Codecov Report
@@ Coverage Diff @@
## main #2101 +/- ##
==========================================
- Coverage 65.70% 63.33% -2.38%
==========================================
Files 85 79 -6
Lines 5106 5280 +174
Branches 1631 1666 +35
==========================================
- Hits 3355 3344 -11
- Misses 1747 1932 +185
Partials 4 4
Continue to review full report at Codecov.
|
The latest changes of this PR are available as canary in npm (based on the declared |
0ec0b01
to
12f477c
Compare
This PR:
micromatch/picomatch#73
introduces browser support for
picomatch
I created a temporary npm package as a fork of
picomatch
that includes the changes in this PRpicomatch
works fine with CRA and other common webpack configs, but not so well with vite and some other bunders.I can confirm that this fixes the issue in vite:
https://stackblitz.com/edit/vitejs-vite-nsepqi?file=src%2Fmain.tsx