my general question is, how can i use a stencil built component within another stencil component. Not in the PWA toolkit but in another Component.
More specifically the component i want to use is not on npm, but on a private bitbucket repo. In its package.json there is prepare script ("prepare":"stencil build"
). i then add the component to the parent component in the package.json with a git link. when i run npm install child-component
, it fetches the component from bitbucket and builds it with the prepare
script. this is working fine. but how do i add a component to be loaded/rendered?