microsoft / monosize

Bundle size tooling for monorepos
MIT License
25 stars 9 forks source link

feat(monosize): remove workspace-tools from deps #71

Closed Hotell closed 3 months ago

Hotell commented 3 months ago

We ship unnecessary amount of 3rd party js with monosize CLI via workspace-tools from which we use only 1 function https://bundlephobia.com/package/workspace-tools@0.36.4

This PR removes workspace-tools and inlines findGitRoot helper internally