Open 43081j opened 2 months ago
We can replace ora with a lighter alternative (see #71 )
ora
Current npmgraph: https://npmgraph.js.org/?q=@electron/rebuild
We can also replace chalk (in a separate PR if needed), with picocolors.
chalk
picocolors
Usage of ora: https://github.com/electron/rebuild/blob/f5872bb88e8cf9299d7f22e6f6d9d71ff089f76c/src/cli.ts#L103
Tracked in https://github.com/electron/rebuild/pull/1148
Seems like it got declined.
We can revisit it at a later time. Many large projects use picocolors, so it may be that a standalone pr is more likely one day
We can replace
ora
with a lighter alternative (see #71 )Current npmgraph: https://npmgraph.js.org/?q=@electron/rebuild
We can also replace
chalk
(in a separate PR if needed), withpicocolors
.Usage of
ora
: https://github.com/electron/rebuild/blob/f5872bb88e8cf9299d7f22e6f6d9d71ff089f76c/src/cli.ts#L103