unbuild
unbuild copied to clipboard
Reduce package install size
Currently unbuild's install size is around 90MB which is huge. https://packagephobia.com/result?p=unbuild
And I found typescript is on dependencies.
https://github.com/unjs/unbuild/blob/e710503cda58a2691a6ed04abe91c346dae66d21/package.json#L51
typescript alone is around 60MB. https://packagephobia.com/result?p=typescript
Can we make typescript as peer dependency?