You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does not compile, because picomatch is a cjs-only module with no default export.
Error: 'default' is not exported by https://cdn.jsdelivr.net/npm/[email protected]/index.js
Modification Proposal
picomatch looks abandoned (typed proposition hangs for 9 month already), just replicate the functionality within plugin itself.
I can probably create a PR if you want.