diff --git a/modules/web/vite.config.js b/modules/web/vite.config.js index 227560bda..a6e177250 100644 --- a/modules/web/vite.config.js +++ b/modules/web/vite.config.js @@ -65,4 +65,11 @@ export default ({ mode }) => }, }, }, + css: { + preprocessorOptions: { + scss: { + api: 'modern-compiler', // or 'modern' + }, + }, + }, });