fix(vite): 消除编译警告

This commit is contained in:
PKC278
2025-12-30 00:54:13 +08:00
parent ec4500dcef
commit 6b8ed8d527
3 changed files with 7 additions and 4 deletions
+1
View File
@@ -331,6 +331,7 @@ export default defineConfig({
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler',
quietDeps: true,
},
},