es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
386 stars 2 forks source link

Migrate `copy-webpack-plugin` to `tinyglobby` #127

Open benmccann opened 3 weeks ago

benmccann commented 3 weeks ago

It has been agreed to by the maintainers: https://github.com/webpack-contrib/copy-webpack-plugin/issues/788

I already had a PR merged to simplify the glob usage in the project, which should make it a bit easier: https://github.com/webpack-contrib/copy-webpack-plugin/pull/789

I'd love for someone to take this over the finish line!

benmccann commented 2 weeks ago

I'd looked briefly at doing it and had trouble with their spell checking thinking that tinyglobby isn't a word (while being okay with fast-glob and globby). I wasn't able to configure their spell checker for whatever reason (maybe I missed some step or something), but I did get tinyglobby added to the base dictionary: https://github.com/streetsidesoftware/cspell-dicts/pull/3756. So when there's a new release of that it should help make things easier (i.e. wait for https://github.com/streetsidesoftware/cspell-dicts/pull/3751 to be merged)

benmccann commented 2 weeks ago

copy-webpack-plugin has been updated to the latest version of cspell. Hopefully the migration should be unblocked now.