diff --git a/vite.config.ts b/vite.config.ts index 9e4f7140..43321025 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -43,6 +43,13 @@ export default defineConfig({ "@root": path.resolve("."), }, }, + css: { + preprocessorOptions: { + scss: { + api: "modern-compiler", + }, + }, + }, define: { OS_PLATFORM: `"${process.platform}"`, },