Closed
Description
- Rollup Plugin Name: pluginutils
- Rollup Plugin Version: HEAD
Expected Behavior / Situation
Compiles in browser
Actual Behavior / Situation
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/picomatch@2.2.2/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.