diff --git a/vite.config.mjs b/vite.config.mjs index 7195c8b7..9c289e45 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -13,6 +13,11 @@ export default defineConfig(() => { autoprefixer({}), // add options if needed ], }, + preprocessorOptions: { + scss: { + quietDeps: true, + }, + }, }, resolve: { alias: [