how can i reduced app.js file size when i use laravel ,vuejs and vuetify in my project and i use treeshaking concept?

app.js import vuetify module.

import Vuetify, {
    VApp,
    VContent,
    VListGroup,
    VListItem,
    VListItemAction,
    VListItemActionText,
    VListItemAvatar,
    VListItemContent,
    VListItemGroup,
    VListItemIcon,
    VListItemSubtitle,
    VListItemTitle,
    VFooter,
    VForm,
    VChip,
    VMenu
} from 'vuetify/lib'