unbuild icon indicating copy to clipboard operation
unbuild copied to clipboard

Reduce package install size

Open ydcjeff opened this issue 3 years ago • 0 comments

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?

ydcjeff avatar Mar 06 '22 13:03 ydcjeff