Vuetify 3 lib bundle size #17843
Unanswered
AlexanderSlesarenko
asked this question in
Q&A
Replies: 1 comment
-
I've seen it mentioned a few times in discussions that you shouldn't be importing from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I moved my project from Vue2 to Vue3 and as you can see from screenshots Vuetify 3 lib bundle size increased.
Vue 3:

Vue 2:

I import explicitly only those things that I need, no vuetify loader plugin, for example:
import { createVuetify } from 'vuetify/framework'
import { VTextField } from 'vuetify/components'
import { aliases, mdi } from 'vuetify/iconsets/mdi-svg'
Have such aliases:

Is it correct or may be I do something wrong?
If you need any additional details I will provide them.
Beta Was this translation helpful? Give feedback.
All reactions