Skip to content

Commit 3dbda48

Browse files
committed
chore(vite): rm sass legacy api warning
1 parent c978bd1 commit 3dbda48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/vite.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'
77
import { webUpdateNotice } from '@plugin-web-update-notification/vite'
88

99
export default defineConfig({
10+
css :{
11+
preprocessorOptions : {
12+
scss: {
13+
api: "modern",
14+
}
15+
}
16+
},
1017
devServer: {
1118
port: 5000
1219
},

0 commit comments

Comments
 (0)