Tree shaking Stencil components

I have made some Stencil components using the stencil CLI Pick a starter › component option.
I have imported my component library as import 'lrs-components'; into an Ionic app.

I will be using the same component library on multiple websites and apps and they will not all use all of the components.

Is there a way to tree shake so that only the ones that are used get bundled?

Or am I better of creating a whole new repo for each different component?