Open benmccann opened 3 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)
copy-webpack-plugin
has been updated to the latest version of cspell
. Hopefully the migration should be unblocked now.
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!