Skip to content

Commit

Permalink
fix(vite): remove scss api compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mnenie committed Jan 16, 2025
1 parent 410a29c commit 0196b5d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions apps/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,13 @@ export default defineConfig({
// Sonda(),
vue(),
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
build: {
// only with sonda active
// sourcemap: true,
},
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler',
},
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
})

0 comments on commit 0196b5d

Please sign in to comment.