does this package include all components with each build, even if not used? or only the ones that are somehow defined in a ``` const { Card, CardHeader, Avatar, CardTitle, CardText, CardActions, } = MUI; ``` block? I'm having trouble with my code reload taking ages and wonder if I could speed up rebuilds by trimming some components out. https://forums.meteor.com/t/tips-how-to-keep-rebuild-times-fast/15562
does this package include all components with each build, even if not used?
or only the ones that are somehow defined in a
block?
I'm having trouble with my code reload taking ages and wonder if I could speed up rebuilds by trimming some components out.
https://forums.meteor.com/t/tips-how-to-keep-rebuild-times-fast/15562