David A. Payt
David A. Payt
I am facing a similar problem. Is there clear guidance on how to use a Stencil Component Library's "[custom elements](https://stenciljs.com/docs/custom-elements)" output within another Stencil Component Project? The use-case here is...
It appears only using `dist-custom-elements-bundle` was affecting my outcome. Once using BOTH `dist` and `dist-custom-elements-bundle` it started working. This could also be due to how my `package.json` file is configured...
This problem is still unresolved. We have a code-base similar to [Angular Material](https://github.com/angular/components/tree/master/src/material), where the library modules folders are directly beneath the main library folder. We have recently replaced our...