Modification Proposal
Switch from globby to tinyglobby.
tinyglobby has quickly been adopted by vite and a number of other major projects as a much smaller near drop-in replacement for globby.
The main challenge with adopting it in this library is that the globby constructor options are directly exposed as an option here and the tinyglobby constructor options type is different, so it would be a breaking change that would have to be done in a major release.
Expected Behavior / Situation
https://npmgraph.js.org/?q=tinyglobby - 2 dependencies
Actual Behavior / Situation
https://npmgraph.js.org/?q=globby - 23 dependencies
Please paste the results of npx webpack-cli info here, and mention other relevant information
n/a
Modification Proposal
Switch from
globbytotinyglobby.tinyglobbyhas quickly been adopted byviteand a number of other major projects as a much smaller near drop-in replacement forglobby.The main challenge with adopting it in this library is that the
globbyconstructor options are directly exposed as an option here and thetinyglobbyconstructor options type is different, so it would be a breaking change that would have to be done in a major release.Expected Behavior / Situation
https://npmgraph.js.org/?q=tinyglobby - 2 dependencies
Actual Behavior / Situation
https://npmgraph.js.org/?q=globby - 23 dependencies
Please paste the results of
npx webpack-cli infohere, and mention other relevant informationn/a