Skip to content

Commit

Permalink
chore: upgrade to Vite 6 and remove modern compiler
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 committed Nov 27, 2024
1 parent ec2d085 commit 6214c9b
Show file tree
Hide file tree
Showing 3 changed files with 1,393 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@types/whatwg-fetch": "^0.0.33",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"vite": "^6.0.0-beta.9"
"vite": "^6.0.0"
}
}
Loading

0 comments on commit 6214c9b

Please sign in to comment.