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

fix: replace chalk with picocolors #6277

Merged
merged 2 commits into from
Dec 28, 2021
Merged

Commits on Dec 27, 2021

  1. Replace chalk with picocolors

    Chalk 4 is big (https://packagephobia.com/[email protected])
    and has a log ot dependencies which pollute vite bundled license.
    
    picocolors already used in launch-editor, very small and doesn't depend
    on anything.
    
    ```
    du -ck dist/node
    ```
    12124
    11960
    
    The only incompatibility here is missing bright colors in picocolors
    which I don't see much useful. They look more inconsistent.
    TrySound committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    b0b8307 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    TrySound committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    f9002ae View commit details
    Browse the repository at this point in the history