79093516

Date: 2024-10-16 10:04:09
Score: 0.5
Natty:
Report link

Latest solution for Nuxt 3 with Vite. Add this to nuxt.config.ts

// nuxt.config.ts
vite: {
  css: {
    preprocessorOptions: {
      scss: {
        quietDeps: true
      },
    },
  },
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lionel Paulus