Did f7 v3 support load component and style on demand

Antd’s import on demand, [LINK REMOVED], is a good feature.When I use v7-vue v2, the css file is about 900k after minified non-gzipped, which I think is a little big. I wanner know whether f7 v3 has this feature with babel plugin or it’s own compiler?

If you dont use all f7 components, its a good idea to use webpack o rollup, to specify wich components to load to your app. In that way you will just have a css file with the things you really use, and not all the framework.

https://framework7.io/docs/installation.html#es-module