Skip to content

Commit

Permalink
Merge pull request #127 from birkskyum/vite-5
Browse files Browse the repository at this point in the history
Vite 5 support
  • Loading branch information
ryansolid committed Dec 7, 2023
2 parents 7e667ad + f462d1b commit 7869cc2
Show file tree
Hide file tree
Showing 27 changed files with 1,905 additions and 590 deletions.
File renamed without changes.
16 changes: 16 additions & 0 deletions examples/vite-3/package.json
@@ -0,0 +1,16 @@
{
"name": "example",
"private": "true",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"vite": "^3.2.7",
"vite-plugin-solid": "link:../.."
},
"dependencies": {
"solid-js": "^1.8.5"
}
}
372 changes: 372 additions & 0 deletions examples/vite-3/pnpm-lock.yaml

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7869cc2

Please sign in to comment.