chore(client): suppress SCSS warnings

This commit is contained in:
Elian Doran 2025-05-17 23:50:44 +03:00
parent 84d9198396
commit c1ae5b22a1
No known key found for this signature in database

View File

@ -58,6 +58,13 @@ export default defineConfig(() => ({
}
}
},
css: {
preprocessorOptions: {
scss: {
quietDeps: true
}
}
},
commonjsOptions: {
transformMixedEsModules: true,
}