Are there unbundled modules on CDN?

I am building web application with ion- components loaded from Ionic CDN( jsdelivr ).
Most of pages do not use whole set of 70+ components, in worst case it would be a dozen. In order to load page fast, it would be easier to load only modules which actually used in page.
Q1. Is there a way to import individual module from Ionic CDN instead of bundle?
Q2. If there is no such ability, should the enhancement request be made?