Skip to content

Commit

Permalink
chore: upgrade to Vite 6 and remove modern compiler (#317)
Browse files Browse the repository at this point in the history
- Vite 6 made SASS modern-compiler the default so we can remove unnecessary option
  • Loading branch information
ghiscoding authored Nov 26, 2024
1 parent f70d660 commit 62ea383
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"devDependencies": {
"sass": "^1.80.4",
"typescript": "5.6.3",
"vite": "^6.0.0-beta.5"
"vite": "^6.0.0"
}
}
7 changes: 0 additions & 7 deletions packages/demo/vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,4 @@ export default defineConfig({
optimizeDeps: {
exclude: ['multiple-select-vanilla'],
},
css: {
preprocessorOptions: {
scss: {
api: 'modern-compiler',
},
},
},
});
32 changes: 24 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 62ea383

Please sign in to comment.