chore: 使用现代编译器

解决 `The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.`
This commit is contained in:
adhu2018
2024-10-10 12:42:33 +08:00
committed by GitHub
parent efbca898a3
commit 683518b87d

View File

@@ -65,4 +65,11 @@ export default ({ mode }) =>
},
},
},
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler', // or 'modern'
},
},
},
});