can i collect the deps in the babel plugin or webpack plugin?

I want to use the form of collection package to load the CSS corresponding to the dependent package

but in babel ImportDeclaration I can’t collect the node_module’s dependent dependency.

thanks for you answer my question

sounds like these
I try to collect them but i failed, only the ‘src’ deps without dependent dependency.
enter image description here

enter image description here

how can i collect them and insert css ?