Skip to content

Commit

Permalink
Remove default scss modern compiler Vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Jan 30, 2025
1 parent 8cc5c85 commit d026298
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions extensions/vscode/webviews/homeView/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ export default defineConfig({
src: fileURLToPath(new URL("./src", import.meta.url)),
},
},
css: {
preprocessorOptions: {
scss: {
api: "modern-compiler",
},
},
},
build: {
rollupOptions: {
output: {
Expand Down

0 comments on commit d026298

Please sign in to comment.