Skip to content

Commit

Permalink
fix(vite): scss warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Sep 26, 2024
1 parent 93bc0ad commit bac6644
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ export default ({ mode }: { mode: string }) => {
},
},
},
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler',
},
},
},
build: {
rollupOptions: {
output: {
Expand Down

0 comments on commit bac6644

Please sign in to comment.