Skip to content
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

🚦 Replacing chalk with picocolors #189

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

Conversation

dios-david
Copy link
Contributor

@dios-david dios-david commented Jan 26, 2023

Replacing chalk with picocolors which claims to be faster and smaller than chalk (benchmark).

I'm having problems with building an app with vite which uses koa-signal, where the errors point to chalk and ansi-styles (which is used by chalk).

After spending some time trying to pin chalk to a different version without any success, I thought replacing chalk with a newer (and smaller) alternative would be a better thing to do - and it was 3 majors behind anyway.

With these changes my build works fine now 🎉

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.

None yet

2 participants