Skip to content

Commit

Permalink
fix(vite): use modern-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Dec 8, 2024
1 parent 957da95 commit eea5d29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions front/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ import { imagetools } from 'vite-imagetools';

export default defineConfig({
plugins: [sveltekit(), imagetools()],
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler'
}
}
},
test: {
include: ['src/**/*.{test,spec}.{js,ts}']
}
Expand Down

0 comments on commit eea5d29

Please sign in to comment.