Skip to content

Commit

Permalink
Remove another instance of redundant Vite Sass config (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz authored Dec 5, 2024
1 parent df2889f commit 5c31577
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,5 @@ export default defineConfig({
targets: [{ src: "node_modules/monaco-editor/min/vs/*", dest: "monaco" }],
}),
],
css: {
preprocessorOptions: {
scss: {
api: "modern-compiler", // or "modern"
},
},
},
},
});

0 comments on commit 5c31577

Please sign in to comment.