Skip to content

Commit

Permalink
Merge pull request #166 from birkskyum/main
Browse files Browse the repository at this point in the history
Add Vite 6 example and peer deps compat
  • Loading branch information
ryansolid authored Nov 26, 2024
2 parents 873f4ce + ccadb1a commit 9c4ce8b
Show file tree
Hide file tree
Showing 17 changed files with 2,591 additions and 3,051 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-walls-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vite-plugin-solid': minor
---

Add vite 6 compat
3 changes: 2 additions & 1 deletion examples/vite-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^3.2.7",
Expand Down
Loading

0 comments on commit 9c4ce8b

Please sign in to comment.