We probably don't need the entire chalk package, we can reduce size and switch to yoctocolors (chalk mini).
The only issue is if chalk is already included due to node_modules shenanigans, this switch might actually increase the ultimate size of ArkEnv?
Alternative solution to reduce ArkEnv's size is to implement basic coloring manually or avoid them altogether.
We probably don't need the entire chalk package, we can reduce size and switch to yoctocolors (chalk mini).
The only issue is if chalk is already included due to node_modules shenanigans, this switch might actually increase the ultimate size of ArkEnv?
Alternative solution to reduce ArkEnv's size is to implement basic coloring manually or avoid them altogether.