Bundle selected StencilJS components?

I have a StencilJS library of 50 components, that I ship as a node module to be used in a project. I have come across a situation where I only want 10 of these for a different project. Is there a way to choose or maybe define which components will go into my dist? I have read the docs, but I am not sure there is a way to do this.

Any help is appreciated. If there is a way to do so using Webpack or Rollup, please let me know.

Thanks!
Rutwick

Hello,

Did you find the solution? I’m in the same situation