antfu-collective / ni

💡 Use the right package manager
MIT License
6.25k stars 208 forks source link

refactor: replace `execa` with `ezspawn` #211

Closed SukkaW closed 2 months ago

SukkaW commented 2 months ago

Description

Replace execa w/ ezspawn, see also https://github.com/antfu-collective/taze/pull/115

Linked Issues

N/A

Additional context

The PR reduces the final dist size by 36 KiB:

Previous

image

After

image