Is it possible to be more selective about what’s included in an Ionic build?
For example, is it possible to include only the CSS and JS for the components you are actually using in an app?
Perhaps JS already does this, but the CSS seems to include CSS for every component and weighs in at over 22,000 lines - pretty hefty.
With a modest app build I have a 453 KB main.css and a 4.8 MB main.js file.
Cheers