larzon83

Results 31 comments of larzon83

@erradil I have green scores over 90 by using local fonts and local mdi icons instead of loading them from google. ## Fonts Use this tool to download the desired...

@M-Barari please read here: https://vuetifyjs.com/en/features/sass-variables/#nuxt-install -> `treeShake` **must** be `true` or anything you do in sass will have no effect. After this, update your `variables_vuetify.scss` like this: ```js $grid-breakpoints: (...

Just created a fresh create-nuxt-app (with Vuetify) and everything is fine. npm run dev and npm run build - no errors.

The issue is dart-sass, see https://github.com/sass/dart-sass/issues/1287 In package.json add this to devDependendies: "sass": "1.32.8"

Tree Shake takes long sadly. But four minutes is really to long. On my macbook from 2015 it takes about 50sec with more stuff and modules then you have. Slow...

I never had any problem/error with `:src="require('~/assets/img/some-img,jpg')"` with all my nuxt + Vuetify projects. Only difference I see to my Vuetify config: I use `treeShake: true`. Maybe try that. Update...

> Is this a viable solution? Maybe someone has another and better idea. I use the same approach. One thing I did slightly different is the setting of`trailingSlash`. I have...

I suspect static generation is the wrong target here. Try with ssr: false

Creating a new page in Storyblok? Try reload the page.