You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2025. It is now read-only.
Vuetify Version: 2.1.6 Vue Version: 2.6.10 Browsers: Chrome 77.0.3865.90 OS: Mac OS 10.14.4
Steps to reproduce
I'm currently trying to set up a VueJS project with Vuetify. For that I'm using the vue-cli to create a new project and after that I added Vuetify also through the vue-cli (no matter what type of config).
Then I compile the project and I noticed it takes longer up to 30 seconds to compile. I couple of months I did the same and the compiling time took only around 3 seconds. I thought it would be because of setting in the config the "offline icons" but that didn't have any effect.
Has anyone encountered the same issue? Would that be even normal?
Expected Behavior
I would except when downloading the code, when I compile it to be only a couple of seconds.