Skip to content

Commit

Permalink
chore(vite): rm sass legacy api warning
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Dec 3, 2024
1 parent c978bd1 commit 3dbda48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ import VueI18nPlugin from '@intlify/unplugin-vue-i18n/vite'
import { webUpdateNotice } from '@plugin-web-update-notification/vite'

export default defineConfig({
css :{
preprocessorOptions : {
scss: {
api: "modern",
}
}
},
devServer: {
port: 5000
},
Expand Down

0 comments on commit 3dbda48

Please sign in to comment.