bit
bit copied to clipboard
feat(snap-from-scope), support removing existing dependencies
Proposed Changes
- until now snap-from-scope supported only updating comp deps or adding new deps. this PR supports removing components/packages dependencies.
- clear components cache after linking. otherwise, mockComponents with more than one component fails to codemod (link-rewire).
- print the mocked workspace paths when
bit testis running with--debugflag.