-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Switch to tinyglobby #788
Comments
Sounds good. I also think we can remove external libraries for globbing once we reach to the point that the lowest nodejs version supported allows us to use the native node glob. Send a PR! |
I've made a lot of progress on this. It seems that |
@benmccann Feel free to feedback if you will have questions |
Modification Proposal
Switch from
globby
totinyglobby
.tinyglobby
has quickly been adopted byvite
and 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
globby
constructor options are directly exposed as an option here and thetinyglobby
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 informationn/a
The text was updated successfully, but these errors were encountered: