-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed #183
Comments
Hi. What is your nuxt version? |
2.15.3 |
@Rasool-deldar Vuetify has its own loader system similar to components module (which i would suggest track in vuetify-module). For investigation here we need a pure project using nuxt 2.15+ (that uses components v2) |
I don't have an example, but experiencing the same problem after upgrading to Nuxt 2.15+ (from 2.14.12). My guess for what's happening is that custom components within custom components are loaded slower. Importing the slow-loading components manually resolves the bug. |
I've noticed that when auto import for components is turned on, the hot reload is very slow. When I turn auto import off, it is much faster.
Is there any way to improve the speed of the hot reload when auto importing of components is on?
The text was updated successfully, but these errors were encountered: