-
Notifications
You must be signed in to change notification settings - Fork 37
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
Running on Windows and node 18.12.1 is very slow #14
Comments
Have the same problem.. |
This issue is due to the implementation of treeshaeking even in dev mode. I'm thinking of a workaround now. |
I figured out the cause. It was a Sass customization process. https://vuetifyjs.com/en/features/sass-variables/ In order to use pictograms in this template, the default Roboto font is loaded with Noto Color Emoji, and the monospaced font is Roboto Mono font. There is nothing that can be done on the template side because of the specification of the sass loading process on the Vuetify side. By commenting out |
This template allows you to override all Vuetify settings in advance, so that may be the reason. As with the CSS issue earlier, please try playing around with the settings in |
Hello 👋 I've been trying to run it on Windows, with node.js 18.12.1, but it's so slow, could we somehow speed it up or find the reason for this?
I've found out that some people were already struggling with similar problems:
https://stackoverflow.com/questions/73204586/speed-up-vitejs-dev-mode-vue-3
I am not very into frontend programming, but I think those problems could be related to vite.config.js. Could we look into this?? 😄
Thanks in advance
The text was updated successfully, but these errors were encountered: