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
If I run npm run dev, I get this error in console:
But this doesn't happen everytime. Sometimes I get no errors but intial page loads slower than usual.
I wanna know if this(slow init) is normal too.
You can reproduce this error by scaffolding vuetify application with npm create vuetify, then set custom SASS variable by method linked above(offical doc).
Here is my config:
// vite.config.jsexportdefaultdefineConfig({plugins: [vue(),// https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vite-pluginvuetify({styles: {configFile: 'src/settings.scss'}})],//...and rest are defaults
After setting custom sass variable using: https://github.com/vuetifyjs/vuetify-loader/tree/next/packages/vite-plugin#customising-variables
If I run
npm run dev
, I get this error in console:But this doesn't happen everytime. Sometimes I get no errors but intial page loads slower than usual.
I wanna know if this(slow init) is normal too.
You can reproduce this error by scaffolding vuetify application with
npm create vuetify
, then set custom SASS variable by method linked above(offical doc).Here is my config:
The text was updated successfully, but these errors were encountered: