Skip to content

chore: switch to tinyglobby #562

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benmccann
Copy link

Description 📖

closes #555

Background 📜

Vite uses tinyglobby, which has only 2 dependencies compared to 17 dependencies for fast-glob. Using the same library as Vite will allow the dependency to be deduped

The Fix 🔨

Replaced fast-glob with tinyglobby

Screenshots 📷

@benmccann
Copy link
Author

@ElMassimo I can't tell from the logs what's wrong here. I just noticed though that there are multiple pnpm-lock.yaml files and when I ran pnpm install it updated the one in the root directory rather than the one in the vite-plugin-ruby directory. It looks to me like this project might use an older version of pnpm than I have. I have pnpm 10. Perhaps you could take a stab at updating the lockfile with whatever version you use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch to tinyglobby to match vite
1 participant