Skip to content

Publishing dependent components to Bit #5614

Answered by itaymendel
alexf2 asked this question in Help
Discussion options

You must be logged in to vote

Hi,

There are several things to unpack here, I'll try and go over all of them:

  1. Bit only support absolute import statements between components. Other features (relative imports or even aliases) couple a component to a specific project structure. This will cause complications when using features like bit import, or for Bit's capsules to operate correctly.
  2. Bit does not force you to use pnpm. If using bit install, you can have Bit use yarn behind the scenes (just replace the entry in workspace.jsonc). Moreover, it's mainly about managing your .npmrc file. If you have authentication there, it's ok. No need to re-authenticate with another client.
  3. I don't fully understand this issue. This may b…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alexf2
Comment options

Answer selected by alexf2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants